@@ -3,13 +3,12 | |||||
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 |
General Comments 0
You need to be logged in to leave comments.
Login now