summaryrefslogtreecommitdiffstats
path: root/installerbuilder/tests/environmentvariable/environmentvariable.pro
blob: 704cf8ff62b3d40bbc5522aae59234f5cefbcaf5 (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 += ../../libinstaller ..
DEPENDPATH += ../../libinstaller ../../common

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

SOURCES = environmentvariabletest.cpp
HEADERS = environmentvariabletest.h 

win32:LIBS += ole32.lib oleaut32.lib user32.lib
win32:OBJECTS_DIR = .obj