Changing paths due to the new directory structure

This commit is contained in:
Juan Carlos Cornejo 2011-12-12 17:40:52 -05:00 committed by Klaas Freitag
parent de07b02950
commit 76ca736e43

View file

@ -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 \