Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 1bd3494

Browse files
committed
Suppress Windows console
1 parent fb4bafc commit 1bd3494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (WIN32)
2828
list(APPEND SOURCE ss-qt5.rc)
2929
endif()
3030

31-
add_executable(${APP_NAME} ${SOURCE})
31+
add_executable(${APP_NAME} WIN32 ${SOURCE})
3232

3333
target_link_libraries(${APP_NAME}
3434
PUBLIC Qt5::Core

0 commit comments

Comments
 (0)