diff options
author | albert-github <albert.tests@gmail.com> | 2015-07-05 17:17:14 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2015-07-05 17:17:14 (GMT) |
commit | 6aba65a4dfaec1aa1131e160ed252d0713403760 (patch) | |
tree | c4df43c9d4f6671f5104addef92b4146d447e787 /addon | |
parent | a888543ca5f3fd28121f7eea4dbd25898fa7be57 (diff) | |
parent | 942efcb758977fe95fafc473813528085b56e4ee (diff) | |
download | Doxygen-6aba65a4dfaec1aa1131e160ed252d0713403760.zip Doxygen-6aba65a4dfaec1aa1131e160ed252d0713403760.tar.gz Doxygen-6aba65a4dfaec1aa1131e160ed252d0713403760.tar.bz2 |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'addon')
-rw-r--r-- | addon/doxywizard/CMakeLists.txt | 4 |
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) |