Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-github committed Jul 5, 2015
2 parents a888543 + 942efcb commit 6aba65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/doxywizard/CMakeLists.txt
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 6aba65a

Please sign in to comment.