SHA256
1
0
forked from pool/doxygen
doxygen/doxywizard-qt-5.11.patch

16 lines
552 B
Diff

Index: doxygen-1.8.14/addon/doxywizard/CMakeLists.txt
===================================================================
--- doxygen-1.8.14.orig/addon/doxywizard/CMakeLists.txt
+++ doxygen-1.8.14/addon/doxywizard/CMakeLists.txt
@@ -104,9 +104,8 @@ ${GENERATED_SRC_WIZARD}/configdoc.cpp
${doxywizard_MOC}
${doxywizard_RESOURCES_RCC}
)
-qt_use_modules(doxywizard Core Gui Widgets Xml)
target_link_libraries(doxywizard
-${QT_LIBRARIES} ${QT_QTMAIN_LIBRARY}
+ Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Xml
)
install(TARGETS doxywizard DESTINATION bin)