##// END OF EJS Templates
Added All modules page to QDoc
Added All modules page to QDoc

File last commit:

r197:736c78074efc
r304:de5dafe84e04
Show More
charts.pro
22 lines | 546 B | text/idl | PrologLexer
!include(common.pri) {
error('missing common.pri')
}
TEMPLATE = subdirs
SUBDIRS += src example 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
win32:QMAKE_DISTCLEAN += /Q build bin
# install feature file
feature.path = $$[QT_INSTALL_DATA]/mkspecs/features
feature.files = $$PWD/features/qtcommercialchart.prf
INSTALLS += feature