summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qlogging/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/global/qlogging/app/app.pro')
-rw-r--r--tests/auto/corelib/global/qlogging/app/app.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/corelib/global/qlogging/app/app.pro b/tests/auto/corelib/global/qlogging/app/app.pro
new file mode 100644
index 0000000000..a167cc45cd
--- /dev/null
+++ b/tests/auto/corelib/global/qlogging/app/app.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+TARGET = app
+QT = core
+
+CONFIG -= debug_and_release app_bundle
+CONFIG += debug console
+
+SOURCES += main.cpp