Removed "CONFIG += console" for Windows release build.

This commit is contained in:
thunder2 2015-08-19 13:22:31 +02:00
parent 3b40f0e0c8
commit 48c3eedcf5

View File

@ -164,7 +164,7 @@ win32-x-g++ {
#################################### Windows #####################################
win32 {
debug {
CONFIG(debug, debug|release) {
# show console output
CONFIG += console
}