summaryrefslogtreecommitdiffstats
path: root/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extractarchiveoperationtest/extractarchiveoperationtest.pro')
-rw-r--r--tests/extractarchiveoperationtest/extractarchiveoperationtest.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro b/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro
new file mode 100644
index 000000000..ce3551e1d
--- /dev/null
+++ b/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro
@@ -0,0 +1,21 @@
+TEMPLATE = app
+TARGET = extractarchiveoperationtest
+
+DESTDIR = bin
+
+CONFIG -= app_bundle
+
+QT += testlib script
+QT -= gui
+
+INCLUDEPATH += ../../installerbuilder/libinstaller ..
+DEPENDPATH += ../../installerbuilder/libinstaller ../../installerbuilder/common
+
+include(../../installerbuilder/libinstaller/libinstaller.pri)
+
+SOURCES = extractarchiveoperationtest.cpp
+HEADERS = extractarchiveoperationtest.h
+
+LIBS = -L../../installerbuilder/lib -linstaller $$LIBS
+win32:LIBS += ole32.lib oleaut32.lib user32.lib
+win32:OBJECTS_DIR = .obj