diff options
Diffstat (limited to 'examples/quickcontrols')
-rw-r--r-- | examples/quickcontrols/controls/touch/src/main.cpp | 1 |
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()) |