##// END OF EJS Templates
Examples, tests and qmlplugin are now built for non-integr. builds
Tero Ahola -
r197:736c78074efc
parent child
Show More
@@ -3,13 +3,12
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
General Comments 0
You need to be logged in to leave comments. Login now