##// END OF EJS Templates
Examples, tests and qmlplugin are now built for non-integr. builds
Tero Ahola -
r197:736c78074efc
parent child
Show More
@@ -3,11 +3,10
3 3 }
4 4
5 5 TEMPLATE = subdirs
6 SUBDIRS += src
6 SUBDIRS += src example test qmlplugin
7 7
8 8 integrated_build:{
9 9 message('Configured for integrated build')
10 SUBDIRS += example test qmlplugin
11 10 }else{
12 11 message('Please build example test and qmlplugin after installing library.')
13 12 }
General Comments 0
You need to be logged in to leave comments. Login now