summaryrefslogtreecommitdiffstats
path: root/examples/xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml')
-rw-r--r--examples/xml/htmlinfo/htmlinfo.pro1
-rw-r--r--examples/xml/xmlstreamlint/xmlstreamlint.pro1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/xml/htmlinfo/htmlinfo.pro b/examples/xml/htmlinfo/htmlinfo.pro
index bf2387831c..fc567c4067 100644
--- a/examples/xml/htmlinfo/htmlinfo.pro
+++ b/examples/xml/htmlinfo/htmlinfo.pro
@@ -1,5 +1,6 @@
SOURCES += main.cpp
QT -= gui
+CONFIG -= app_bundle
RESOURCES = resources.qrc
diff --git a/examples/xml/xmlstreamlint/xmlstreamlint.pro b/examples/xml/xmlstreamlint/xmlstreamlint.pro
index 2c22e7bf8a..07744002d9 100644
--- a/examples/xml/xmlstreamlint/xmlstreamlint.pro
+++ b/examples/xml/xmlstreamlint/xmlstreamlint.pro
@@ -1,4 +1,5 @@
CONFIG += console
+CONFIG -= app_bundle
QT -= gui
QT += xml
SOURCES += main.cpp