##// END OF EJS Templates
Merge branch 'master' of https://git.it.local/repos/QtCommercialDevel-13049/charts Conflicts: example/example.pro

File last commit:

r197:736c78074efc
r207:1bc0eafcd96e merge
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