mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:13:25 +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
|
||||
}
|
||||
INCLUDEPATH += qt-ui $$PWD
|
||||
DEPENDPATH += qt-ui
|
||||
|
||||
mac: TARGET = Subsurface
|
||||
else: TARGET = subsurface
|
||||
|
|
Loading…
Add table
Reference in a new issue