mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 03:20:05 +00:00
parent
32cd672a40
commit
fdf7f765e2
1 changed files with 1 additions and 0 deletions
|
|
@ -535,6 +535,7 @@ set_target_properties(scwx-qt_generate_versions PROPERTIES FOLDER generate)
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
set(APP_ICON_RESOURCE_WINDOWS "${scwx-qt_SOURCE_DIR}/res/scwx-qt.rc")
|
set(APP_ICON_RESOURCE_WINDOWS "${scwx-qt_SOURCE_DIR}/res/scwx-qt.rc")
|
||||||
qt_add_executable(supercell-wx ${EXECUTABLE_SOURCES} ${APP_ICON_RESOURCE_WINDOWS})
|
qt_add_executable(supercell-wx ${EXECUTABLE_SOURCES} ${APP_ICON_RESOURCE_WINDOWS})
|
||||||
|
set_target_properties(supercell-wx PROPERTIES WIN32_EXECUTABLE $<IF:$<CONFIG:Release>,TRUE,FALSE>)
|
||||||
else()
|
else()
|
||||||
qt_add_executable(supercell-wx ${EXECUTABLE_SOURCES})
|
qt_add_executable(supercell-wx ${EXECUTABLE_SOURCES})
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue