Hi,
I think I have found a solution for this problem. Adding the following
lines eliminated the problem:
qobject_cast(qt_static_plugin_QtQuick2Plugin().instance())->initializeEngine(view->engine(),
"QtQuick");
qobject_cast(qt_static_plugin_QtQuickControlsPlugin().instance())->initializeEngine
Hi,
I have a static build of Qt and when I try to use things like
ButtonStyle of even a basic Button from QtQuickControls I have the
following errors:
*qrc:/QtQuick/Controls/Button.qml:66:1: BasicButton is not a type*
If I try to comment down all ocurrences to Buttons, it will happen with
o