SHA256
8
0
forked from pool/doxygen

- fix build with qt 5.11

+ doxywizard-qt-5.11.patch

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=128
This commit is contained in:
2018-06-19 09:54:31 +00:00
committed by Git OBS Bridge
parent 050e63bf37
commit f4ea61d56e
4 changed files with 25 additions and 2 deletions

15
doxywizard-qt-5.11.patch Normal file
View File

@@ -0,0 +1,15 @@
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)