Skip to content

Commit

Permalink
Remove console module from config
Browse files Browse the repository at this point in the history
Makes the console not show up by default on Windows.
  • Loading branch information
Mefiresu committed Jul 13, 2024
1 parent fed0fb1 commit e54da2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetroEDv2/RetroEDv2.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e54da2a

Please sign in to comment.