From 23b748a2ee10f5a7209be81b4e3f7f6260e32e58 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sun, 26 Aug 2018 13:19:28 +0200 Subject: [PATCH] Don't show windows console on startup Fixes #6 --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 3a1cf2a..bdc6f6f 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -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