Bug 477064

Summary: Doesn't work at all with Qt6
Product: [Applications] khangman Reporter: Antonio Rojas <arojas>
Component: generalAssignee: Anne-Marie Mahfouf <annma>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 24.01.75   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Antonio Rojas 2023-11-15 22:04:18 UTC
khangman has been ported to Qt6 in cmake, but the QML code doesn't work

file:///usr/share/khangman/qml/GamePage.qml:22:1: module "QtQuick.Controls" version 1.2 is not installed 
     import QtQuick.Controls 1.2 
     ^

After removing all versions from imports, another error comes up

file:///usr/share/khangman/qml/GamePage.qml:24:1: module "QtQuick.Controls.Styles" is not installed 
     import QtQuick.Controls.Styles 
     ^
Comment 1 Antonio Rojas 2023-12-21 23:24:18 UTC
Fixed in 24.01.85