summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/servicetest.pro2
-rw-r--r--tests/streamtest.pro2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/servicetest.pro b/tests/servicetest.pro
index fd7d2c5..ef8f047 100644
--- a/tests/servicetest.pro
+++ b/tests/servicetest.pro
@@ -31,6 +31,8 @@ SOURCES += \
INCLUDEPATH += $$PWD/../
+LIBS += -L$$[QT_INSTALL_LIBS]
+
unix {
LIBS += -L$$OUT_PWD/../libqdb -lqdb
}
diff --git a/tests/streamtest.pro b/tests/streamtest.pro
index b7f1f08..d7ee0fd 100644
--- a/tests/streamtest.pro
+++ b/tests/streamtest.pro
@@ -25,6 +25,8 @@ SOURCES += \
INCLUDEPATH += $$PWD/../
+LIBS += -L$$[QT_INSTALL_LIBS]
+
unix {
LIBS += -L$$OUT_PWD/../libqdb -lqdb
}