summaryrefslogtreecommitdiffstats
path: root/installerbuilder/tests/environmentvariable/environmentvariable.pro
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/tests/environmentvariable/environmentvariable.pro')
-rw-r--r--installerbuilder/tests/environmentvariable/environmentvariable.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/installerbuilder/tests/environmentvariable/environmentvariable.pro b/installerbuilder/tests/environmentvariable/environmentvariable.pro
new file mode 100644
index 000000000..704cf8ff6
--- /dev/null
+++ b/installerbuilder/tests/environmentvariable/environmentvariable.pro
@@ -0,0 +1,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