summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxywizard')
-rw-r--r--addon/doxywizard/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/addon/doxywizard/CMakeLists.txt b/addon/doxywizard/CMakeLists.txt
index 055aac3..d81d2e0 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)