mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ lessThan(QT_MAJOR_VERSION, 5) {
|
||||||
QT += webkitwidgets
|
QT += webkitwidgets
|
||||||
}
|
}
|
||||||
INCLUDEPATH += qt-ui $$PWD
|
INCLUDEPATH += qt-ui $$PWD
|
||||||
|
DEPENDPATH += qt-ui
|
||||||
|
|
||||||
mac: TARGET = Subsurface
|
mac: TARGET = Subsurface
|
||||||
else: TARGET = subsurface
|
else: TARGET = subsurface
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue