summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Kinnula <ext-jussi.1.kinnula@nokia.com>2010-12-09 17:31:15 +0200
committerJussi Kinnula <ext-jussi.1.kinnula@nokia.com>2010-12-09 17:31:15 +0200
commite533ea1abcb5dd43d894c0f4fc2d2cf1f6239074 (patch)
tree1fc980e69862eed18ab712beaa7b8029c8ebd22a
parented4e93c8f37f715924e97926fb6baf2df6695e27 (diff)
Fixes compilation problems with current resourceqt-client and old libresourceqt-dev on /usr/lib.
-rw-r--r--resourceqt-client/resourceqt-client.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/resourceqt-client/resourceqt-client.pro b/resourceqt-client/resourceqt-client.pro
index 99a69b1..df9762b 100644
--- a/resourceqt-client/resourceqt-client.pro
+++ b/resourceqt-client/resourceqt-client.pro
@@ -33,13 +33,14 @@ CONFIG -= app_bundle
INCLUDEPATH += $${LIBRESOURCEINC}
QMAKE_CXXFLAGS += -Wall
QMAKE_CFLAGS += -std=c99 -D_POSIX_C_SOURCE=199309L
-LIBS += -L$${LIBRESOURCEQT}/build -lresourceqt -L$${LIBDBUSQEVENTLOOP}/build -ldbus-qeventloop -lrt
+QMAKE_LFLAGS = -L$${LIBRESOURCEQT}/build -lresourceqt -L$${LIBDBUSQEVENTLOOP}/build -ldbus-qeventloop -lrt
# Input
HEADERS = client.h commandlineparser.h time-stat.h
SOURCES += resourceqt-client.cpp commandlineparser.cpp client.cpp time-stat.c
QMAKE_DISTCLEAN += -r .moc .obj
+#QMAKE_LFLAGS += -rpath-link=$${LIBRESOURCEQT}/build
# Install options
target.path = /usr/bin/