Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 682486 | Differences between
and this patch

Collapse All | Expand All

(-)a/addon/doxysearch/CMakeLists.txt (+2 lines)
Lines 18-23 Link Here
18
                      ${ZLIB_LIBRARIES}
18
                      ${ZLIB_LIBRARIES}
19
		      ${WIN_EXTRA_LIBS}
19
		      ${WIN_EXTRA_LIBS}
20
                      qtools
20
                      qtools
21
                      pthread
21
)
22
)
22
23
23
add_executable(doxysearch.cgi
24
add_executable(doxysearch.cgi
Lines 27-32 Link Here
27
                      ${XAPIAN_LIBRARIES}
28
                      ${XAPIAN_LIBRARIES}
28
                      ${ZLIB_LIBRARIES}
29
                      ${ZLIB_LIBRARIES}
29
		      ${WIN_EXTRA_LIBS}
30
		      ${WIN_EXTRA_LIBS}
31
		      pthread
30
)
32
)
31
33
32
install(TARGETS doxyindexer doxysearch.cgi DESTINATION bin)
34
install(TARGETS doxyindexer doxysearch.cgi DESTINATION bin)
(-)a/addon/doxywizard/CMakeLists.txt (-2 / +2 lines)
Lines 102-110 Link Here
102
)
102
)
103
103
104
if(Qt5Core_FOUND)
104
if(Qt5Core_FOUND)
105
  target_link_libraries(doxywizard Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Xml)
105
  target_link_libraries(doxywizard Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Xml pthread)
106
else()
106
else()
107
  target_link_libraries(doxywizard ${QT_LIBRARIES} ${QT_QTMAIN_LIBRARY})
107
  target_link_libraries(doxywizard ${QT_LIBRARIES} ${QT_QTMAIN_LIBRARY} pthread)
108
endif()
108
endif()
109
109
110
install(TARGETS doxywizard DESTINATION bin)
110
install(TARGETS doxywizard DESTINATION bin)

Return to bug 682486