mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
LIBMARBLEDEVEL points to an install dir, not a build dir
Since we can't get correct include files out of the build directory without some major hackery, we need to have LIBMARBLEDEVEL point to an install destination. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c10cc87427
commit
2677f3ca79
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ contains(QMAKE_PLATFORM, android): DEFINES += NO_MARBLE NO_USERMANUAL NO_PRINTIN
|
|||
!isEmpty(LIBMARBLEDEVEL) {
|
||||
# find it next to our sources
|
||||
INCLUDEPATH += $$LIBMARBLEDEVEL/include
|
||||
LIBS += -L$$LIBMARBLEDEVEL/src/lib/marble
|
||||
LIBS += -L$$LIBMARBLEDEVEL/lib
|
||||
}
|
||||
!contains(DEFINES, NO_MARBLE) {
|
||||
win32: CONFIG(debug, debug|release): LIBS += -lmarblewidgetd
|
||||
|
|
Loading…
Reference in a new issue