@jeremy_k @SGaist Gotcha. So I should leave the one RedHat installed alone. But I can have different Qt and Qt Creator installations installed at different locations, and they won't fight.
They won't even fight over the system libraries on /usr/lib or some such?
Hello,
I created a simple qml file only for test purposes as the following :
import QtQuick 2.9
import QtQuick.Window 2.2
import Sendercpp 1.0
Window {
visible: true
width: 640
height: 600
title: qsTr("Hello World")
Rectangle
{
id:rect
anchors.fill: parent
color: "red"
}
}
and trying to reach EGLContext and EGLSurface but no luck for now.So If you have any idea please letme know.
Hi ,
I'm working on something similar. Was this issue ever resolved? If so, do you mind sharing?
I found the qEglContext.display() return NULL.
Thanks,
Having the same problem with a cross-compilation using the linary toolchain (aarch64-linux-gnu-) v6.2.1
error: 'EGLNativePixmapType' has not been declared
Did you manage to find what the problem was?