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.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/environmentvariable/environmentvariable.pro b/tests/environmentvariable/environmentvariable.pro
deleted file mode 100644
index d6e7e5043..000000000
--- a/tests/environmentvariable/environmentvariable.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TEMPLATE = app
-INCLUDEPATH += . ..
-TARGET = environmentvariable
-
-include(../../installerfw.pri)
-
-QT -= gui
-QT += testlib
-
-CONFIG += console
-
-HEADERS = environmentvariabletest.h
-SOURCES = environmentvariabletest.cpp
-
-macx:include(../../no_app_bundle.pri)