From b26094969d137de2f8f9490045de3d4716b830fc Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 18 Jan 2023 15:02:51 +0200 Subject: [PATCH] Explicitly define applications not console. --- qbs/imports/VToolApp.qbs | 1 + 1 file changed, 1 insertion(+) diff --git a/qbs/imports/VToolApp.qbs b/qbs/imports/VToolApp.qbs index 97f87fc0e..892c0d083 100644 --- a/qbs/imports/VToolApp.qbs +++ b/qbs/imports/VToolApp.qbs @@ -9,6 +9,7 @@ VApp { install: true installDir: buildconfig.installAppPath installDebugInformation: true + consoleApplication: false Properties { // Breakpoints do not work if debug the app inside of bundle. In debug mode we turn off creating a bundle.