##// END OF EJS Templates
Adds private headers handling...
Adds private headers handling * build examples plugin test only with integrated build * adds private headers to include/private

File last commit:

r193:862e361671e1
r193:862e361671e1
Show More
charts.pro
23 lines | 549 B | text/idl | PrologLexer
!include(common.pri) {
error('missing common.pri')
}
TEMPLATE = subdirs
SUBDIRS += src
integrated_build:{
message('Configured for integrated build')
SUBDIRS += example test qmlplugin
}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