##// END OF EJS Templates
Examples, tests and qmlplugin are now built for non-integr. builds
Tero Ahola -
r197:736c78074efc
parent child
Show More
@@ -1,23 +1,22
1 1 !include(common.pri) {
2 2 error('missing common.pri')
3 3 }
4 4
5 5 TEMPLATE = subdirs
6 SUBDIRS += src
6 SUBDIRS += src example test qmlplugin
7 7
8 8 integrated_build:{
9 message('Configured for integrated build')
10 SUBDIRS += example test qmlplugin
11 }else{
12 message('Please build example test and qmlplugin after installing library.')
9 message('Configured for integrated build')
10 } else {
11 message('Please build example test and qmlplugin after installing library.')
13 12 }
14 13
15 14 CONFIG += ordered
16 15 QMAKE_CXXFLAGS += -g -Wall
17 16 unix:QMAKE_DISTCLEAN += -r build bin
18 17 win32:QMAKE_DISTCLEAN += /Q build bin
19 18
20 19 # install feature file
21 20 feature.path = $$[QT_INSTALL_DATA]/mkspecs/features
22 21 feature.files = $$PWD/features/qtcommercialchart.prf
23 22 INSTALLS += feature
General Comments 0
You need to be logged in to leave comments. Login now