From 5004d99d0ddc02ed4c1e3bbda5847c662c4e9605 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 12 Mar 2014 18:47:28 +0000 Subject: [PATCH] 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 --- CMakeLists.txt | 8 ++++---- mainwindow.cpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 708bdc289..5ec474f52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/mainwindow.cpp b/mainwindow.cpp index b21866f58..8f922c353 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//---------------------------------------------------------- MainWindow +//--------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h"