Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
For some reason I can't include QQuickStyle. The error message I get on compilation is
/home/name/projects/SLDQuick/main.cpp:3: error: QQuickStyle: No such file or directory #include <QQuickStyle> ^~~~~~~~~~~~~
Any help?
Add QT += quickcontrols2 in the .pro file.
QT += quickcontrols2