mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 14:18:38 -05:00
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:
parent
d5d3feeb65
commit
a0558b2c30
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user