From 342f67fa85df0fbd60f7ea8947d6cfbf4692fe63 Mon Sep 17 00:00:00 2001 From: kh1 Date: Mon, 12 Mar 2012 16:51:41 +0100 Subject: Move everything releated to testing into tests. Change-Id: I28fc488b3de03a8561888969336f2ebc62a97bb0 Reviewed-by: Tim Jenssen --- tests/environmentvariable/environmentvariable.pro | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/environmentvariable/environmentvariable.pro (limited to 'tests/environmentvariable/environmentvariable.pro') 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 + -- cgit v1.2.3