summaryrefslogtreecommitdiffstats
path: root/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro
blob: bc533abb3a11547b83c233b71f62697a0e4ae439 (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

include(../../installerbuilder/libinstaller/libinstaller.pri)

SOURCES = extractarchiveoperationtest.cpp
HEADERS = extractarchiveoperationtest.h 

LIBS = -L../../installerbuilder/lib -linstaller $$LIBS