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

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

SOURCES = environmentvariabletest.cpp
HEADERS = environmentvariabletest.h 

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