mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Changing paths due to the new directory structure
This commit is contained in:
parent
de07b02950
commit
76ca736e43
1 changed files with 4 additions and 4 deletions
|
@ -60,12 +60,12 @@ unix:!symbian:!maemo5:isEmpty(MEEGO_VERSION_MAJOR) {
|
|||
BITSIZE = $$system(getconf LONG_BIT)
|
||||
if (contains(BITSIZE, 64)) {
|
||||
#message($$BITSIZE)
|
||||
unix:!macx:!symbian: LIBS += -L$$PWD/../../../../../usr/lib64/ -lsqlite3
|
||||
unix:!macx:!symbian: LIBS += -L/usr/lib64/ -lsqlite3
|
||||
unix:!macx:!symbian: LIBS += -L/usr/lib64/kde4/devel -lkparts -lkdeui -lkdecore
|
||||
}
|
||||
if (contains(BITSIZE, 32)) {
|
||||
#message($$BITSIZE)
|
||||
unix:!macx:!symbian: LIBS += -L$$PWD/../../../../../usr/lib/ -lsqlite3
|
||||
unix:!macx:!symbian: LIBS += -L/usr/lib/ -lsqlite3
|
||||
unix:!macx:!symbian: LIBS += -L/usr/lib/kde4/devel -lkparts -lkdeui -lkdecore
|
||||
}
|
||||
|
||||
|
@ -77,8 +77,8 @@ unix:!macx:!symbian: LIBS += -L/usr/lib/kde4/devel -lkparts -lkdeui -lkdecore
|
|||
#}
|
||||
|
||||
|
||||
INCLUDEPATH += $$PWD/../../../../../usr/include
|
||||
DEPENDPATH += $$PWD/../../../../../usr/include
|
||||
INCLUDEPATH += /usr/include
|
||||
DEPENDPATH += /usr/include
|
||||
|
||||
OTHER_FILES += \
|
||||
COPYING-README \
|
||||
|
|
Loading…
Reference in a new issue