You are not logged in.
Pages: 1
Hi
Since there is Qt 5.15 available in repo I tried to build and run Qt's Benchmark Demo:
https://www.qt.io/blog/introducing-qtqu … pplication
It builds fine, but when I run it I get this error:
$ ./BenchmarkDemo
Requesting OpenGL 4.3 core context succeeded
qrc:/BenchmarkUI/BenchmarkUI.qml:6:5: Type DemoScene unavailable
DemoScene {
^
qrc:/BenchmarkUI/DemoScene.ui.qml:8:1: module "QtQuick.Timeline" is not installed
import QtQuick.Timeline 1.0
^I also tried to build this demo with Qt5 binaries downloaded from Qt site and there is no issue and benchmark runs fine.
In Qt5 binaries I found libqtquicktimelineplugin.so which seems to be responsible for Timeline Item but I cannot find this file in any arch package.
Why is arch missing it?
Also Qt5 binaries provide QtDesignStudio which also seems to be unavailable in arch packages.
Offline
Pages: 1