summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/downloadspeed/downloadspeed.pro1
-rw-r--r--tests/fileengineclient/fileengineclient.pro1
-rw-r--r--tests/fileengineserver/fileengineserver.pro1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/downloadspeed/downloadspeed.pro b/tests/downloadspeed/downloadspeed.pro
index 7bf859051..e9aeeea70 100644
--- a/tests/downloadspeed/downloadspeed.pro
+++ b/tests/downloadspeed/downloadspeed.pro
@@ -6,7 +6,6 @@ include(../../installerfw.pri)
QT -= gui
QT += network
-LIBS += -linstaller
CONFIG += console
CONFIG -= app_bundle
diff --git a/tests/fileengineclient/fileengineclient.pro b/tests/fileengineclient/fileengineclient.pro
index 6e9eceec9..617ac9796 100644
--- a/tests/fileengineclient/fileengineclient.pro
+++ b/tests/fileengineclient/fileengineclient.pro
@@ -6,7 +6,6 @@ include(../../installerfw.pri)
QT -= gui
QT += network
-LIBS += -linstaller
CONFIG += console
CONFIG -= app_bundle
diff --git a/tests/fileengineserver/fileengineserver.pro b/tests/fileengineserver/fileengineserver.pro
index 23589c3ff..5c6f46e70 100644
--- a/tests/fileengineserver/fileengineserver.pro
+++ b/tests/fileengineserver/fileengineserver.pro
@@ -5,7 +5,6 @@ TARGET = fileengineserver
include(../../installerfw.pri)
QT -= gui
-LIBS += -linstaller
CONFIG += console
CONFIG -= app_bundle