You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy a program that uses CircularGauge which uses QtQuick.Controls 1.4. In my own QML files I only use QtQuick.Controls 2.1/2.2. In the deployed filed I have both Controls and Controls.2 directories, the Controls directory has no files, however it has subfolders that have files in them. The Controls.2 directory has qml files and a .so file too. If I just manually copy the Controls folder from my build machine to the testing VM everything is great.
I've also tried adding a "dummy" import QtQuick.Controls 1.4 to my file and copying the CircularGauge.qml to my qmldir but neither worked.