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:
15
doxywizard-qt-5.11.patch
Normal file
15
doxywizard-qt-5.11.patch
Normal 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)
|
Reference in New Issue
Block a user