You are not logged in.

#1 2020-06-07 09:57:30

Kicer
Member
From: Poland
Registered: 2014-10-02
Posts: 89
Website

Qt's benchmark demo won't run

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

Board footer

Powered by FluxBB