summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-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 \