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