mirror of
https://github.com/gtalent/sc9k.git
synced 2025-07-01 14:01:44 -05:00
Specify WIN32 in CMake add_executable to get rid of terminal window
This commit is contained in:
@ -7,7 +7,7 @@ find_package(QT NAMES Qt6 Qt5 COMPONENTS Network Widgets REQUIRED)
|
||||
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Network Widgets REQUIRED)
|
||||
|
||||
add_executable(
|
||||
SlideController MACOSX_BUNDLE
|
||||
SlideController MACOSX_BUNDLE WIN32
|
||||
main.cpp
|
||||
mainwindow.cpp
|
||||
obsclient.cpp
|
||||
|
Reference in New Issue
Block a user