Friendserver support

This commit is contained in:
hunbernd 2022-01-31 01:47:26 +01:00
parent a3f6d516e7
commit 1de12129da
4 changed files with 14 additions and 7 deletions

View file

@ -87,12 +87,7 @@ macx {
################################# Windows ##########################################
win32-g++|win32-clang-g++ {
CONFIG(debug, debug|release) {
# show console output
CONFIG += console
} else {
CONFIG -= console
}
CONFIG += console
CONFIG(debug, debug|release) {
} else {