summaryrefslogtreecommitdiffstats
path: root/charts.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@digia.com>2012-02-17 08:43:10 +0200
committerMichal Klocek <michal.klocek@digia.com>2012-02-17 08:43:10 +0200
commit862e361671e145cb72096feecf92c643d23bb778 (patch)
tree959fccd77d15066fc2e2b5438faf9e1b575452f2 /charts.pro
parent5238f1b4589b58cfd52ea9f7a415949f2a4761f9 (diff)
Adds private headers handling
* build examples plugin test only with integrated build * adds private headers to include/private
Diffstat (limited to 'charts.pro')
-rw-r--r--charts.pro10
1 files changed, 9 insertions, 1 deletions
diff --git a/charts.pro b/charts.pro
index 18d71abc..de6f78c6 100644
--- a/charts.pro
+++ b/charts.pro
@@ -3,7 +3,15 @@
}
TEMPLATE = subdirs
-SUBDIRS += src qmlplugin example test
+SUBDIRS += src
+
+integrated_build:{
+ message('Configured for integrated build')
+SUBDIRS += example test qmlplugin
+}else{
+ message('Please build example test and qmlplugin after installing library.')
+}
+
CONFIG += ordered
QMAKE_CXXFLAGS += -g -Wall
unix:QMAKE_DISTCLEAN += -r build bin