summaryrefslogtreecommitdiffstats
path: root/tests/extractarchiveoperationtest/extractarchiveoperationtest.pro
blob: c2517a50aca6070cd1a883876bbfad54bc5b4436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
DEPENDPATH += . ..
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