summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-05-06 13:45:33 +0200
committerZeno Albisser <zeno@webkit.org>2013-05-06 13:45:33 +0200
commitc3e0c3208a87e6721840cdfc91cfe9d8928b40d5 (patch)
tree6641ec7138f0e1393d92c1fca4f3ec96bd79949d /example
parentd9605655ac6f9c99320130adbaed91fe3902ad52 (diff)
Fix LIBPATH in example.pro again. ;)
Diffstat (limited to 'example')
-rw-r--r--example/example.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/example.pro b/example/example.pro
index 82cbb8378..c727b06aa 100644
--- a/example/example.pro
+++ b/example/example.pro
@@ -5,9 +5,9 @@ SOURCES = main.cpp
INCLUDEPATH += ../lib
-LIBPATH = $$getOutDir()
+LIBPATH = $$getOutDir()/lib
-LIBS += -L$$LIBPATH/lib -lblinq
+LIBS += -L$$LIBPATH -lblinq
QMAKE_RPATHDIR += $$LIBPATH
QT += widgets