diff options
author | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-02-15 09:28:48 +0200 |
---|---|---|
committer | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-02-15 09:28:48 +0200 |
commit | 410064fe1545400b0939b0cff7534b23b1c390dc (patch) | |
tree | 47756ad128ac9f26b3d30b144197e0224f8cadfe /resourceqt-client | |
parent | 5748ff8e81efa6f2b07aac9a023dbda2ca2cdd69 (diff) | |
download | libresourceqt-410064fe1545400b0939b0cff7534b23b1c390dc.tar.gz |
We need dbus-queventloop to be resolvable
Diffstat (limited to 'resourceqt-client')
-rw-r--r-- | resourceqt-client/resourceqt-client.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resourceqt-client/resourceqt-client.pro b/resourceqt-client/resourceqt-client.pro index b01041c..0470923 100644 --- a/resourceqt-client/resourceqt-client.pro +++ b/resourceqt-client/resourceqt-client.pro @@ -11,7 +11,7 @@ CONFIG -= app_bundle INCLUDEPATH += $${LIBRESOURCEINC} QMAKE_CXXFLAGS += -Wall -LIBS += -L../libresourceqt/build -lresourceqt +LIBS += -Wl,-rpath $${LIBDBUSQEVENTLOOP}/build -L$${LIBRESOURCEQT}/build -lresourceqt # Input HEADERS = client.h |