mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 14:12:43 -04:00
Removed "CONFIG += console" for Windows release build.
This commit is contained in:
parent
3b40f0e0c8
commit
48c3eedcf5
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ win32-x-g++ {
|
||||||
#################################### Windows #####################################
|
#################################### Windows #####################################
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
debug {
|
CONFIG(debug, debug|release) {
|
||||||
# show console output
|
# show console output
|
||||||
CONFIG += console
|
CONFIG += console
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue