summaryrefslogtreecommitdiffstats
path: root/tests/extractarchiveoperationtest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extractarchiveoperationtest')
-rw-r--r--tests/extractarchiveoperationtest/extractarchiveoperationtest.pro20
1 files changed, 9 insertions, 11 deletions
diff --git a/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro b/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro
index bc533abb3..c2517a50a 100644
--- a/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro
+++ b/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro
@@ -1,19 +1,17 @@
TEMPLATE = app
+DEPENDPATH += . ..
+INCLUDEPATH += . ..
TARGET = extractarchiveoperationtest
-DESTDIR = bin
+include(../../installerfw.pri)
-CONFIG -= app_bundle
-
-QT += testlib script
QT -= gui
+QT += testlib
+LIBS += -linstaller
-INCLUDEPATH += . .. ../../installerbuilder/libinstaller
-DEPENDPATH += . .. ../../installerbuilder/libinstaller
-
-include(../../installerbuilder/libinstaller/libinstaller.pri)
+CONFIG += console
+CONFIG -= app_bundle
+DESTDIR = $$IFW_APP_PATH
+HEADERS = extractarchiveoperationtest.h
SOURCES = extractarchiveoperationtest.cpp
-HEADERS = extractarchiveoperationtest.h
-
-LIBS = -L../../installerbuilder/lib -linstaller $$LIBS