mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-19 14:40:09 +08:00
fix: win32 gui
This commit is contained in:
parent
4376ce7d33
commit
df141f9079
@ -267,6 +267,10 @@ set_property(TARGET nekoray PROPERTY AUTOUIC ON)
|
||||
set_property(TARGET nekoray PROPERTY AUTOMOC ON)
|
||||
set_property(TARGET nekoray PROPERTY AUTORCC ON)
|
||||
|
||||
set_target_properties(nekoray PROPERTIES
|
||||
WIN32_EXECUTABLE TRUE
|
||||
)
|
||||
|
||||
# Target Source Translations
|
||||
|
||||
set(TS_FILES
|
||||
|
||||
Loading…
Reference in New Issue
Block a user