From 941d79e401c7795382240684b6dd53e774a34108 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 1 Jul 2014 12:23:23 +0200 Subject: Remove Qt 4 scopes in .pro files Change-Id: I8e0793700196ea49e06a5c46731afd258f6443c3 Reviewed-by: Jarek Kobus --- tests/auto/installer/task/task.pro | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3