From 736c78074efcff350caa75b8a06377ec74e3727b 2012-02-17 07:35:08 From: Tero Ahola Date: 2012-02-17 07:35:08 Subject: [PATCH] Examples, tests and qmlplugin are now built for non-integr. builds --- diff --git a/charts.pro b/charts.pro index de6f78c..7e121b5 100644 --- a/charts.pro +++ b/charts.pro @@ -3,13 +3,12 @@ } TEMPLATE = subdirs -SUBDIRS += src +SUBDIRS += src example test qmlplugin integrated_build:{ - message('Configured for integrated build') -SUBDIRS += example test qmlplugin -}else{ - message('Please build example test and qmlplugin after installing library.') + message('Configured for integrated build') +} else { + message('Please build example test and qmlplugin after installing library.') } CONFIG += ordered