summaryrefslogtreecommitdiffstats
path: root/installerbuilder/tests/environmentvariable/environmentvariable.pro
blob: e7398984dfedd5d2f10f01a003ae0d68d8be4f33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(../../installerbuilder.pri)

TEMPLATE = app
TARGET = tst_environmentvariable

CONFIG -= app_bundle

QT += testlib script
QT -= gui

INCLUDEPATH += ../../libinstaller ..
DEPENDPATH += ../../libinstaller ../../common

SOURCES = environmentvariabletest.cpp
HEADERS = environmentvariabletest.h