From 08f6085bea3f29729822f3e44b8e6a7511a0992b Mon Sep 17 00:00:00 2001
From: Pierre Rossi <pierre.rossi@digia.com>
Date: Mon, 29 Apr 2013 14:17:16 +0200
Subject: [PATCH] Fix top level .pro file

---
 blinq.pro | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/blinq.pro b/blinq.pro
index cb7c33b7e..cf5b1f5cd 100644
--- a/blinq.pro
+++ b/blinq.pro
@@ -2,7 +2,10 @@ TEMPLATE = subdirs
 
 CONFIG += ordered
 
-SUBDIRS = lib \ # Contains a dummy lib target that is used to generate qt_generated.gypi
+# The first two subdirs contain dummy .pro files that are used by qmake
+# to generate a corresponding .gyp file
+SUBDIRS = lib \
+          process \
           build \ # This is where we use the generated qt_generated.gypi and run gyp
           example \
 
-- 
GitLab