What is `qmltooling` plugin for?
-
I was building a Qt app for iOS devices and got error
ld: b/bl/blx ARM branch out of range ... _qt_qmlDebugTestHooks ...The search for this function leads to
qmltoolingplugin.
What isqmltoolingplugin for?
Is it safe to exclude this plugin from linkingQTPLUGIN.qmltooling = -?
What are the pitfalls?