How to find / use Qt Quick 2D Renderer in Qt 5.4?
-
The documentation page for Qt Quick 2D Renderer mentions building dummy libOpenGL and libEGL libraries and also compiling the Qt Quick 2D Renderer with qmake but it gives no indication of where those items or paths live in the source. For reference, I used the Qt 5.4 Device Creation enterprise embedded installer which installs the Qt 5.4 source and Device Creator 4.0.
"Qt Quick 2D Renderer Installation Guide":http://doc.qt.io/QtQuick2DRenderer/qtquick2drenderer-installation-guide.html
-
Hi,
Did you install the EnterpriseAddOns ?
-
Yes, the <installpath>/EnterpriseAddons folder contains the following folders:
Charts
QtDataVisualization
QtPurchasing
QtQuickEnterpriseControls
QtVirtualKeyboardThese folders appear to be reasonably populated.
-
By the way, this was installed via an evaluation installer. I saw that the 5.4 release contained the QtQuick 2D Renderer and wanted to try it out. It was my understanding that this was an evaluation of the full commercial product.
The installer used was:
'qt-enterprise-embedded-evaluation-linux-x64-1.6.0-online-s3.run'. -
Indeed they should be populated.
This add-on might be only available to the non-evaluation version of Qt
-
Is there any way to find out whether this is intentional or just an oversight? Demonstrating usage with this feature is one of the key criteria in deciding whether or not I should use the framework going forward.
-
Best to contact the Qt Company directly about that
-
To close this issue, I contacted Qt as you suggested and they were able to resolve it on their side. The same installer will now install all of the Enterprise Addons. Thanks!
-
You're welcome !
Since you have everything now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)