summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake/testdata/one_space/one_space.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmake/testdata/one_space/one_space.pro')
-rw-r--r--tests/auto/qmake/testdata/one_space/one_space.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qmake/testdata/one_space/one_space.pro b/tests/auto/qmake/testdata/one_space/one_space.pro
new file mode 100644
index 0000000000..247bd27096
--- /dev/null
+++ b/tests/auto/qmake/testdata/one_space/one_space.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+CONFIG += qt warn_on
+SOURCES = main.cpp
+TARGET = "one space"
+DESTDIR = ./
+
+infile($(QTDIR)/.qmake.cache, CONFIG, debug):CONFIG += debug
+infile($(QTDIR)/.qmake.cache, CONFIG, release):CONFIG += release
+
+