From db2dea9a1b40a4555efb6c3559a33bf2ab40d605 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Thu, 12 Apr 2012 13:00:44 +0300 Subject: Adds missing includes for pro files --- examples/examples.pro | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'examples/examples.pro') 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 \ -- cgit v1.2.3