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:
parent
bf20572630
commit
a57f950b30
@ -7,6 +7,7 @@ lessThan(QT_MAJOR_VERSION, 5) {
|
||||
QT += webkitwidgets
|
||||
}
|
||||
INCLUDEPATH += qt-ui $$PWD
|
||||
DEPENDPATH += qt-ui
|
||||
|
||||
mac: TARGET = Subsurface
|
||||
else: TARGET = subsurface
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user