skip to Main Content

Visual Studio Code – QML plugin with static build

I have Qt compiled static, but when I run my application I get this error: qrc:/files/particles/particles.qml:2:1: module "QtQuick.Particles" plugin "particlesplugin" not found       import QtQuick.Particles 2.0       ^ My imports related to QML are these: import QtQuick 2.5 import…

VIEW QUESTION

Qt5 static build on ubuntu 20.04

Hi I am trying to static build of qt5 since last month and fallow many guidelines available on internet but unable to build it statically. I also fallow the qt guide but they have not provided the solution of errors.…

VIEW QUESTION
Back To Top
Search