diff --git a/blinq.pro b/blinq.pro
index cb7c33b7efd2275a0f224be9bfafdc7c35518025..cf5b1f5cd1b0555a002d9f6c3acf31c10733efc0 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 \