Don't use a console window.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@3919 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2014-03-25 17:28:40 +00:00
parent d5d3feeb65
commit a0558b2c30

View File

@ -134,6 +134,7 @@ target_link_libraries (map65 m65impl ${fftw3f_LIBRARIES} ${CMAKE_CURRENT_SOURCE_
if (WIN32)
target_link_libraries (map65)
set_target_properties (map65 PROPERTIES LINK_FLAGS_RELEASE "${LINKER_FLAGS_RELEASE} -mwindows")
endif (WIN32)
add_dependencies (map65 kvasd)
qt5_use_modules (map65 Widgets Multimedia OpenGL)