summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-07-05 17:17:14 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-07-05 17:17:14 (GMT)
commit6aba65a4dfaec1aa1131e160ed252d0713403760 (patch)
treec4df43c9d4f6671f5104addef92b4146d447e787 /addon/doxywizard
parenta888543ca5f3fd28121f7eea4dbd25898fa7be57 (diff)
parent942efcb758977fe95fafc473813528085b56e4ee (diff)
downloadDoxygen-6aba65a4dfaec1aa1131e160ed252d0713403760.zip
Doxygen-6aba65a4dfaec1aa1131e160ed252d0713403760.tar.gz
Doxygen-6aba65a4dfaec1aa1131e160ed252d0713403760.tar.bz2
Merge remote-tracking branch 'upstream/master'
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)