summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-07-25 11:13:47 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-07-25 13:52:51 +0000
commita2c4d04a2be4eb307b5bbd2fb340eecc1dcfd0a1 (patch)
tree67f872b5dff48cc1e5f7de2e7e68ca18c018360c
parent9fd43df9670c2c066747725cb3c72a195d2667a5 (diff)
Fix parallel build
Unfortunately we can't build the static fpdf library in parallel with the Qt bindings. Change-Id: Iaa43bc95aa2a9e92307ae929d6fed6b3adbfaf98 Reviewed-by: Tobias Koenig <tobias.koenig@kdab.com>
-rw-r--r--src/src.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro
index 386fbad..32b593b 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,2 +1,3 @@
TEMPLATE = subdirs
SUBDIRS = lib pdf
+CONFIG += ordered