forked from pool/doxygen
Petr Gajdos
f4ea61d56e
+ doxywizard-qt-5.11.patch OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=128
16 lines
552 B
Diff
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)
|