From 942efcb758977fe95fafc473813528085b56e4ee Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Wed, 1 Jul 2015 20:53:33 +0200 Subject: [PATCH] Don't show a console when launching doxywizard on Windows. --- addon/doxywizard/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addon/doxywizard/CMakeLists.txt b/addon/doxywizard/CMakeLists.txt index 055aac3fd58..d81d2e089e3 100644 --- a/addon/doxywizard/CMakeLists.txt +++ b/addon/doxywizard/CMakeLists.txt @@ -56,7 +56,7 @@ wizard.h QT4_ADD_RESOURCES(doxywizard_RESOURCES_RCC doxywizard.qrc) -add_executable(doxywizard +add_executable(doxywizard WIN32 doxywizard.cpp expert.cpp wizard.cpp @@ -72,7 +72,7 @@ ${doxywizard_MOC} ${doxywizard_RESOURCES_RCC} ) target_link_libraries(doxywizard -${QT_LIBRARIES} +${QT_LIBRARIES} ${QT_QTMAIN_LIBRARY} ) install(TARGETS doxywizard DESTINATION bin)