mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Build fix
This commit is contained in:
parent
1bb105106f
commit
8602cad23a
@ -68,8 +68,10 @@ fi
|
||||
|
||||
if [[ ${BUILD_WITH_QT6} = "ON" ]]; then
|
||||
CMAKE_EXTRA_ARGS+=(
|
||||
"-DQSCINTILLA_INCLUDE_DIR:STRING=/usr/include/qt6"
|
||||
"-DQSCINTILLA_LIBRARY:STRING=/usr/lib64/libqscintilla2_qt6.so"
|
||||
"-DQSCINTILLA_INCLUDE_DIR=/usr/include/qt6"
|
||||
"-DQSCINTILLA_LIBRARY=/usr/lib64/libqscintilla2_qt6.so"
|
||||
"-DQWT_INCLUDE_DIR=/usr/local/qwt-6.2.0/include/"
|
||||
"-DQWT_LIBRARY=/usr/local/qwt-6.2.0/lib/libqwt.so.6"
|
||||
)
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user