From e54da2acbf51b8083f4d9a8c7032233d418847e0 Mon Sep 17 00:00:00 2001 From: Mefiresu <15063879+Mefiresu@users.noreply.github.com> Date: Sun, 14 Jul 2024 01:08:50 +0200 Subject: [PATCH] Remove console module from config Makes the console not show up by default on Windows. --- RetroEDv2/RetroEDv2.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RetroEDv2/RetroEDv2.pro b/RetroEDv2/RetroEDv2.pro index 4a701ff..2f52c13 100644 --- a/RetroEDv2/RetroEDv2.pro +++ b/RetroEDv2/RetroEDv2.pro @@ -2,7 +2,7 @@ QT += core gui svg xml greaterThan(QT_MAJOR_VERSION, 4): QT += widgets xml -CONFIG += c++17 resources_big silent console +CONFIG += c++17 resources_big silent DEFINES += QT_DEPRECATED_WARNINGS #\ # QT_DISABLE_DEPRECATED_BEFORE=0x060000