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>
This commit is contained in:
Michael Andreen 2014-01-26 19:33:24 +01:00 committed by Dirk Hohndel
parent bf20572630
commit a57f950b30

View file

@ -7,6 +7,7 @@ lessThan(QT_MAJOR_VERSION, 5) {
QT += webkitwidgets
}
INCLUDEPATH += qt-ui $$PWD
DEPENDPATH += qt-ui
mac: TARGET = Subsurface
else: TARGET = subsurface