summaryrefslogtreecommitdiffstats
path: root/tests/environmentvariable/environmentvariable.pro
blob: 5ac13250042b194069b0d1dc48d66c0cf5c9fcc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app
TARGET = tst_environmentvariable

DESTDIR = bin

CONFIG -= app_bundle

QT += testlib script
QT -= gui

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

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

SOURCES = environmentvariabletest.cpp
HEADERS = environmentvariabletest.h 

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