Removed some unecessary hierarchy in VS project structure.

Renamed the documentation targets in VS for clarity.
This commit is contained in:
David Williams
2012-09-28 14:07:13 +02:00
parent 4b63c34305
commit bc01223237
9 changed files with 11 additions and 10 deletions

View File

@ -59,8 +59,8 @@ if(DOXYGEN_FOUND)
SOURCES Doxyfile.in polyvox.qhcp.in Mainpage.dox
VERBATIM
)
set_target_properties(doc PROPERTIES PROJECT_LABEL "Documentation") #Set label seen in IDE
set_property(TARGET doc PROPERTY FOLDER "Documentation/API Reference")
set_target_properties(doc PROPERTIES PROJECT_LABEL "API Reference") #Set label seen in IDE
set_property(TARGET doc PROPERTY FOLDER "Documentation")
#If we found qcollectiongenerator then do more processing
if(QT_QCOLLECTIONGENERATOR_EXECUTABLE)