Don't show windows console on startup

Fixes #6
pull/12/head
mandlm 2018-08-26 13:19:28 +02:00
parent 09a358efa7
commit 23b748a2ee
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ qt5_add_resources(LOGO_TEST_QRC
mainwindow.qrc
)
add_executable(${PROJECT_NAME}
add_executable(${PROJECT_NAME} WIN32
LogoTest.cpp
DataModel.cpp
mainwindow.cpp