mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-02 11:43:40 +02:00
gui/CMakeLists.txt: add "WIN32" flag to add_executable
This makes cmake configure the compiler to create a gui app (e.g. not opening a console window that spawns a gui window as a child process)
This commit is contained in:
parent
8d925536ba
commit
00b9177f3a
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ set( PROGRAM_SRC
|
||||||
helpers.cpp
|
helpers.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable( ${PROGRAM_EXE} ${PROGRAM_SRC} )
|
add_executable( ${PROGRAM_EXE} WIN32 ${PROGRAM_SRC} )
|
||||||
|
|
||||||
# Libraries
|
# Libraries
|
||||||
find_package( Qt5 COMPONENTS Concurrent Core Widgets REQUIRED )
|
find_package( Qt5 COMPONENTS Concurrent Core Widgets REQUIRED )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue