summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/tests.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 5909c68..dc855d1 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,8 +1,9 @@
cache()
-QT += core network
+QT += core network testlib
TARGET = unittests
+CONFIG += testcase
CONFIG += console
CONFIG += c++11
CONFIG -= app_bundle
@@ -34,6 +35,4 @@ HEADERS += \
INCLUDEPATH +=
DEPENDPATH +=
-QT += testlib
-
DEFINES += SRCDIR=\\\"$$PWD/\\\"