Package containing QtQuick Timeline module
-
Hi, I am trying to install QtQuick Timeline module from Linux command line. What package is it in?
Hi, and welcome!
@kwojcik said in Package containing QtQuick TImeline module:
Hi, I am trying to install QtQuick Timeline module from Linux command line. What package is it in?
You didn't mention which distro you're using -- different distros use different packaging names.
You can also build it from source at https://github.com/qt/qtquicktimeline
May I ask what you want to use Qt Quick Timeline for?
-
Hi @JKSH,
I am using Ubuntu 18.04 aka Bionic Beaver.
I will build it from source if there is no other option, thanks for the tip.
I am using it for creating animations.@kwojcik said in Package containing QtQuick Timeline module:
I am using Ubuntu 18.04 aka Bionic Beaver.
Qt Quick Timeline was introduced with Qt 5.14 (https://www.qt.io/blog/qt-5.14-has-released ) However, Bionic Beaver's repo only has Qt 5.9, so you won't be able to install it from the Linux command line.
I suggest you run the Qt installer (https://www.qt.io/download-open-source ) and install Qt 5.15. That will have Qt Quick Timeline built in.