summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/example.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/example.pro b/example/example.pro
index 2a8e83614..287780d6b 100644
--- a/example/example.pro
+++ b/example/example.pro
@@ -5,8 +5,8 @@ SOURCES = main.cpp
INCLUDEPATH += ../lib
-LIBS += -L../lib -lblinq
+LIBS += -L../out/Release/lib -lblinq
-QT += widgets
+#QT += widgets
-QMAKE_RPATHDIR += ../lib
+QMAKE_RPATHDIR += ../out/Release/lib