https://bugs.kde.org/show_bug.cgi?id=456289
--- Comment #34 from maderios <leoutat...@gmx.fr> --- (The option '-DQT_MAJOR_VERSION=6' give same previous errors so i dropped it) After your commit, QT6 is not detected Beginning: -- Suitable Qt5 >= 5.14.0 detected ($QT_VERSION).. Error at the end: -- Doxygen is found.......................... TRUE -- Graphviz Dot is found..................... YES -- To build API documentation use 'make doc' -- Configuring done -- Generating done -- Build files have been written to: /home/fre/ARCH-AUR/digikam-qt6-git/src/build /home/fre/ARCH-AUR/digikam-qt6-git/PKGBUILD: line 26: -DBUILD_WITH_QT6=ON: command not found Options in my script: build() { cmake -B build -S ${_pkgname} \ -DBUILD_WITH_QT6=ON \ -DQT_MAJOR_VERSION=6 \ -DBUILD_TESTING=OFF \ -DBUILD_WITH_CCACHE=ON \ -DENABLE_KFILEMETADATASUPPORT=ON \ -DENABLE_MEDIAPLAYER=ON \ -DENABLE_DBUS=ON \ -DENABLE_AKONADICONTACTSUPPORT=OFF \ -DENABLE_MYSQLSUPPORT=ON \ -DENABLE_APPSTYLES=ON \ -DENABLE_QWEBENGINE=ON \ -DENABLE_APPSTYLES=ON cmake --build build -- You are receiving this mail because: You are watching all bug changes.