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