summaryrefslogtreecommitdiffstats
path: root/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro
blob: 2fa2ed24ed4690ac3cc0cf5b7b8c9214eb429806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
INCLUDEPATH += . ..
TARGET = extractarchiveoperationtest

include(../../installerfw.pri)

QT -= gui
QT += testlib
LIBS += -linstaller

CONFIG += console
CONFIG -= app_bundle
DESTDIR = $$IFW_APP_PATH

HEADERS = extractarchiveoperationtest.h
SOURCES = extractarchiveoperationtest.cpp