Temporarily(?) comment out the "-subsystem,windows" flag in CMakeLists.txt.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3867 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2014-03-12 18:47:28 +00:00
parent d3038831ad
commit 5004d99d0d
2 changed files with 5 additions and 5 deletions

View File

@ -22,10 +22,10 @@ endif (NOT CMAKE_BUILD_TYPE)
#
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
if (WIN32)
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-keep-inline-dllexport")
set (CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} -Wl,-subsystem,windows")
endif (WIN32)
#if (WIN32)
# set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-keep-inline-dllexport")
# set (CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} -Wl,-subsystem,windows")
#endif (WIN32)
set (CXXSRCS

View File

@ -1,4 +1,4 @@
//---------------------------------------------------------- MainWindow
//--------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"