Why static Qt still link to QtQuick in source folder?
-
Hi everybody
I success comple static QT, and running a quick test with Qt's Clock example.
In console debug, when remove the Static QT source folder, i raise error that"module QtQuick is not installed"
I trace down it QtQuick.2a from qml's directory. How can i deploy an application without that dynamic linking?
Thanks