prasanthrangan / dotfiles

// Arch KDE Plasma Config
70 stars 4 forks source link

Qt5 vs Qt6 #3

Open Querzion opened 1 week ago

Querzion commented 1 week ago

This script needs to be updated for Qt6. It doesn't work properly.

Querzion commented 1 week ago

The errors really ramps up at the latte-dock installation with missing dependencies etc.

Querzion commented 1 week ago

`-- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found KF5KIO: /usr/lib/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.116.0") -- Found KF5NewStuff: /usr/lib/cmake/KF5NewStuff/KF5NewStuffConfig.cmake (found version "5.116.0") -- Found KF5Notifications: /usr/lib/cmake/KF5Notifications/KF5NotificationsConfig.cmake (found version "5.116.0") -- Found KF5Plasma: /usr/lib/cmake/KF5Plasma/KF5PlasmaConfig.cmake (found version "5.116.0") -- Found KF5PlasmaQuick: /usr/lib/cmake/KF5PlasmaQuick/KF5PlasmaQuickConfig.cmake (found version "5.116.0") -- Found KF5Wayland: /usr/lib/cmake/KF5Wayland/KF5WaylandConfig.cmake (found version "5.116.0") -- Found KF5WindowSystem: /usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake (found version "5.116.0") -- Found KF5XmlGui: /usr/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake (found version "5.116.0") -- Found KF5: success (found suitable version "5.116.0", minimum required is "5.88.0") found components: Activities Archive CoreAddons GuiAddons Crash DBusAddons Declarative GlobalAccel Kirigami2 I18n IconThemes KIO NewStuff Notifications Plasma PlasmaQuick Wayland WindowSystem XmlGui -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test HAVE_STDATOMIC -- Performing Test HAVE_STDATOMIC - Success -- Found WrapAtomic: TRUE -- Found OpenGL: /usr/lib/libOpenGL.so -- Found WrapOpenGL: TRUE -- Found XKB: /usr/lib/libxkbcommon.so (found suitable version "1.7.0", minimum required is "0.5.0") -- Found WrapVulkanHeaders: /usr/include CMake Error at /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:2850 (message): qt_generate_foreign_qml_types() is only available in Qt 6. Call Stack (most recent call first): /usr/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:145 (include) /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package) /usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency) /usr/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:42 (_qt_internal_find_qt_dependencies) /usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:53 (include) /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package) /usr/lib/cmake/LibTaskManager/LibTaskManagerConfig.cmake:40 (find_dependency) CMakeLists.txt:39 (find_package)

CMake Error at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package): Found package configuration file:

/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake

but it set Qt6Quick_FOUND to FALSE so package "Qt6Quick" is considered to be NOT FOUND. Call Stack (most recent call first): /usr/lib/cmake/LibTaskManager/LibTaskManagerConfig.cmake:40 (find_dependency) CMakeLists.txt:39 (find_package)

-- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting... -> error making: latte-dock-git-exit status 4 -> Failed to install the following packages. Manual intervention is required: latte-dock-git - exit status 4 `