Bug 477064 - Doesn't work at all with Qt6
Summary: Doesn't work at all with Qt6
Status: RESOLVED FIXED
Alias: None
Product: khangman
Classification: Applications
Component: general (other bugs)
Version First Reported In: 24.01.75
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Anne-Marie Mahfouf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-15 22:04 UTC by Antonio Rojas
Modified: 2023-12-21 23:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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