summaryrefslogtreecommitdiffstats
path: root/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro
blob: ce3551e1dc5407b2efcf9cdf614fc2053465ed1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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