##// END OF EJS Templates
Renames example -> examples
Renames example -> examples

File last commit:

r486:7ab45bf9f776
r486:7ab45bf9f776
Show More
charts.pro
31 lines | 803 B | text/idl | PrologLexer
!include(common.pri) {
error('missing common.pri')
}
TEMPLATE = subdirs
SUBDIRS += src examples test qmlplugin
integrated_build:{
message('Configured for integrated build')
} else {
message('Please build example test and qmlplugin after installing library.')
}
CONFIG += ordered
QMAKE_CXXFLAGS += -g -Wall
unix:QMAKE_DISTCLEAN += -r build bin include lib doc/html
win32:QMAKE_DISTCLEAN += /Q /s build bin include lib doc\\html
# install feature file
feature.path = $$[QT_INSTALL_DATA]/mkspecs/features
feature.files = $$PWD/features/qtcommercialchart.prf
INSTALLS += feature
doc.target = doc
win32:{
doc.commands = qdoc3 $$CHART_BUILD_DOC_DIR\\qcharts.qdocconf
}else{
doc.commands = qdoc3 $$CHART_BUILD_DOC_DIR/qcharts.qdocconf
}
doc.depends = FORCE
QMAKE_EXTRA_TARGETS += doc