summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/quickcontrols/controls/touch/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quickcontrols/controls/touch/src/main.cpp b/examples/quickcontrols/controls/touch/src/main.cpp
index be01f287..898de4b3 100644
--- a/examples/quickcontrols/controls/touch/src/main.cpp
+++ b/examples/quickcontrols/controls/touch/src/main.cpp
@@ -53,6 +53,7 @@
int main(int argc, char *argv[])
{
+ qputenv("QT_ANDROID_NO_EXIT_CALL", "1");
QtQuickControlsApplication app(argc, argv);
QQmlApplicationEngine engine(QUrl("qrc:/main.qml"));
if (engine.rootObjects().isEmpty())