From 76ca736e4367ae885455f3b9eabba600150d4d3e Mon Sep 17 00:00:00 2001 From: Juan Carlos Cornejo Date: Mon, 12 Dec 2011 17:40:52 -0500 Subject: [PATCH] Changing paths due to the new directory structure --- owncloud_sync_qt/owncloud_sync.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/owncloud_sync_qt/owncloud_sync.pro b/owncloud_sync_qt/owncloud_sync.pro index 19a36b8dd..f5c1e2736 100644 --- a/owncloud_sync_qt/owncloud_sync.pro +++ b/owncloud_sync_qt/owncloud_sync.pro @@ -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 \