diff -r 861d145b270e -r 5bfa1b2025d6 QTfrontend/CMakeLists.txt --- a/QTfrontend/CMakeLists.txt Mon Nov 26 00:06:42 2012 +0400 +++ b/QTfrontend/CMakeLists.txt Mon Nov 26 00:09:54 2012 +0400 @@ -164,8 +164,13 @@ link_directories(${EXECUTABLE_OUTPUT_PATH}) endif() +#when debugging, always prompt a console to see fronted messages +#TODO: check it doesn't interfere on UNIX +if(CMAKE_BUILD_TYPE MATCHES "RELEASE") + set(console_access "WIN32") +endif(CMAKE_BUILD_TYPE MATCHES "RELEASE") -add_executable(hedgewars WIN32 +add_executable(hedgewars ${console_access} ${hwfr_src} ${hwfr_moc_srcs} ${hwfr_hdrs}