ports/cad/openscad-devel/files/patch-cmake_Modules_FindQt5QScintilla.cmake
Michael Reifenberger a025e9ce23 cad/openscad-devel: Fix build
Remove qmake from USES.
Remove buildtools, add qmake_build to USE_QT.
Add two patches which got missed previously.
This should satisfy the build.
2022-09-06 19:44:05 +02:00

10 lines
389 B
CMake

--- cmake/Modules/FindQt5QScintilla.cmake.orig 2021-10-23 02:33:13 UTC
+++ cmake/Modules/FindQt5QScintilla.cmake
@@ -50,6 +50,7 @@ find_path ( QT5QSCINTILLA_INCLUDE_DIR
)
set ( QT5QSCINTILLA_INCLUDE_DIRS ${QT5QSCINTILLA_INCLUDE_DIR} )
+set (Qt5Widgets_LIBRARIES /usr/local/lib/qt5 /usr/local/lib /usr/lib )
# version
set ( _VERSION_FILE ${QT5QSCINTILLA_INCLUDE_DIR}/qsciglobal.h )