summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2016-03-22 14:44:38 +0100
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2016-03-23 09:05:42 +0000
commite58f289bab5729f340498b3722068fe03c1bc892 (patch)
treed739c291b7452e1c340e1b18445712146553f01c /tests
parent408bddb4d84b7720353e0cd1d0eaf9062f3f65f1 (diff)
Fix compilation, we depend on network for QLocalSocket.
Change-Id: I1ef2da40f3565abff3f1e4d0f802cfb7c2e4dfdb Reviewed-by: Katja Marttila <katja.marttila@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/installer/registerfiletypeoperation/registerfiletypeoperation.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/installer/registerfiletypeoperation/registerfiletypeoperation.pro b/tests/auto/installer/registerfiletypeoperation/registerfiletypeoperation.pro
index b98cebed3..0e541ceed 100644
--- a/tests/auto/installer/registerfiletypeoperation/registerfiletypeoperation.pro
+++ b/tests/auto/installer/registerfiletypeoperation/registerfiletypeoperation.pro
@@ -1,6 +1,6 @@
include(../../qttest.pri)
QT -= gui
-QT += testlib
+QT += testlib network
SOURCES = tst_registerfiletypeoperation.cpp