summaryrefslogtreecommitdiffstats
path: root/installerbuilder/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-02-21 14:20:14 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-02-21 18:03:30 +0100
commit6326dc3187f4c40ec938b03d256befb6d9dfc333 (patch)
tree4f80c287c0d8bfb9e65c4ecdfc43929771e27ab6 /installerbuilder/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro
parent431b6dbcb8549f1cc1ff68adbd76a990ae74e088 (diff)
Reorganize libinstaller.pri -> installerbuilder.pri file includes.
- reorganize libinstaller.pri - move and rename libinstaller.pri - adjust all files that formerly included libinstaller.pri Change-Id: I8d92ad783872fed67d6e06359ff5db46704de274 Reviewed-by: Niels Weber <niels.2.weber@nokia.com>
Diffstat (limited to 'installerbuilder/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro')
-rw-r--r--installerbuilder/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro9
1 files changed, 2 insertions, 7 deletions
diff --git a/installerbuilder/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro b/installerbuilder/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro
index 11ccc3474..afe6f1285 100644
--- a/installerbuilder/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro
+++ b/installerbuilder/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro
@@ -1,8 +1,8 @@
+include(../../installerbuilder.pri)
+
TEMPLATE = app
TARGET = extractarchiveoperationtest
-DESTDIR = bin
-
CONFIG -= app_bundle
QT += testlib script
@@ -11,10 +11,5 @@ QT -= gui
INCLUDEPATH += ../../libinstaller ..
DEPENDPATH += ../../libinstaller ../../common
-include(../../libinstaller/libinstaller.pri)
-
SOURCES = extractarchiveoperationtest.cpp
HEADERS = extractarchiveoperationtest.h
-
-win32:LIBS += ole32.lib oleaut32.lib user32.lib
-win32:OBJECTS_DIR = .obj