summaryrefslogtreecommitdiffstats
path: root/subsurface.pro
diff options
context:
space:
mode:
authorGravatar Michael Andreen <harv@ruin.nu>2014-01-26 19:33:24 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-26 13:39:00 -0800
commita57f950b302cdd54e9a71736aaa9e761070ece41 (patch)
tree4868be6979fa5daee9dbed4e6761fffdba27d92a /subsurface.pro
parentbf20572630b751683449d4bf839f2bb3046ce2bd (diff)
downloadsubsurface-a57f950b302cdd54e9a71736aaa9e761070ece41.tar.gz
Add qt-ui to DEPENDPATH.
Without this qmake doesn't take headers in qt-ui into account when creating makefiles, causing parallel builds to fail. Signed-off-by: Michael Andreen <harv@ruin.nu> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r--subsurface.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro
index b557357e5..32f925ca1 100644
--- a/subsurface.pro
+++ b/subsurface.pro
@@ -7,6 +7,7 @@ lessThan(QT_MAJOR_VERSION, 5) {
QT += webkitwidgets
}
INCLUDEPATH += qt-ui $$PWD
+DEPENDPATH += qt-ui
mac: TARGET = Subsurface
else: TARGET = subsurface