summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/task/task.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/installer/task/task.pro')
-rw-r--r--tests/auto/installer/task/task.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/installer/task/task.pro b/tests/auto/installer/task/task.pro
new file mode 100644
index 000000000..ff41f5cce
--- /dev/null
+++ b/tests/auto/installer/task/task.pro
@@ -0,0 +1,8 @@
+include(../../qttest.pri)
+
+QT -= gui
+QT += network
+isEqual(QT_MAJOR_VERSION, 5) {
+ QT += concurrent
+}
+SOURCES += tst_task.cpp