LinArcX / kindd

A kindful dd, written in qt-quick.
GNU General Public License v3.0
126 stars 11 forks source link

Weird Debian behavior #8

Closed d3acon15 closed 5 years ago

d3acon15 commented 5 years ago

Is there any reason that if I am on a newer version of QTquick I would generate this error

./kindd
QQmlApplicationEngine failed to load component
qrc:/pages/main.qml:1 module "QtQuick" version 2.11 is not installed

If you need to know what version I am running of any specific module let me know but I was under the impression that with newer versions that they were backwards compatible and would run with the compiled features so this shouldn't be an issue on Debian 4.9.189-3 (2019-09-02) x86_64 GNU/Linux

LinArcX commented 5 years ago

Hi. I didn't use Debian before and I don't have any idea about their packaging system. I'm developed Kindd with Qt version 5.13.0 on void-linux and it works without any issue right now.

Edit 1: Also I tested Kindd on Arch. It works properly there.

Edit 2: Always update your qt packages on your machine + update your cmake and your compiler.