summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-07-01 12:23:23 +0200
committerKai Koehne <kai.koehne@digia.com>2014-07-02 14:06:58 +0200
commit941d79e401c7795382240684b6dd53e774a34108 (patch)
treef5e949229e9e27bc8882427a2a5aaef39e294781 /tests
parent990d17f1fe45339a87d689f83ee42a27dbecebcb (diff)
Remove Qt 4 scopes in .pro files
Change-Id: I8e0793700196ea49e06a5c46731afd258f6443c3 Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/installer/task/task.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/auto/installer/task/task.pro b/tests/auto/installer/task/task.pro
index ff41f5cce..9ea8f30ed 100644
--- a/tests/auto/installer/task/task.pro
+++ b/tests/auto/installer/task/task.pro
@@ -1,8 +1,6 @@
include(../../qttest.pri)
QT -= gui
-QT += network
-isEqual(QT_MAJOR_VERSION, 5) {
- QT += concurrent
-}
+QT += network concurrent
+
SOURCES += tst_task.cpp