summaryrefslogtreecommitdiffstats
path: root/tests/environmentvariable/environmentvariable.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/environmentvariable/environmentvariable.pro')
-rw-r--r--tests/environmentvariable/environmentvariable.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/environmentvariable/environmentvariable.pro b/tests/environmentvariable/environmentvariable.pro
new file mode 100644
index 000000000..036a4ff02
--- /dev/null
+++ b/tests/environmentvariable/environmentvariable.pro
@@ -0,0 +1,22 @@
+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
+win32:LIBS += ole32.lib oleaut32.lib user32.lib
+win32:OBJECTS_DIR = .obj
+