summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@digia.com>2012-04-12 13:00:44 +0300
committerMichal Klocek <michal.klocek@digia.com>2012-04-12 13:00:56 +0300
commitdb2dea9a1b40a4555efb6c3559a33bf2ab40d605 (patch)
treec34384b1468e435b5f05458d2b707e9b846e915e /examples/examples.pro
parentf486aabc62ff2908fe3950005bc045496697021e (diff)
Adds missing includes for pro files
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 73362663..5f916502 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,3 +1,11 @@
+!include( ../config.pri ) {
+ error( "Couldn't find the config.pri file!" )
+}
+
+!include( ../build.pri ) {
+ error( "Couldn't find the build.pri file !")
+}
+
TEMPLATE = subdirs
SUBDIRS += \
areachart \