##// END OF EJS Templates
Add "make doc" to build configuration
Michal Klocek -
r306:18cd2f004e5a
parent child
Show More
@@ -20,3 +20,8 win32:QMAKE_DISTCLEAN += /Q build bin
20 20 feature.path = $$[QT_INSTALL_DATA]/mkspecs/features
21 21 feature.files = $$PWD/features/qtcommercialchart.prf
22 22 INSTALLS += feature
23
24 doc.target = doc
25 doc.commands = qdoc3 ./doc/qcharts.qdocconf
26 doc.depends = FORCE
27 QMAKE_EXTRA_TARGETS += doc
General Comments 0
You need to be logged in to leave comments. Login now