python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to ANGLE in Qt 6 OpenGL
Qt 6 has removed the support for ANGLE for their OpenGL backend. Now I would still like to use ANGLE with Qt because I would like to run custom OpenGL code that is translated by ANGLE to Vulkan Linux ...
reckless
Votes: 0
Answers: 1
Problems building QT6 for embedded Linux with cmake
I am trying to compile the qt6 for embedded linux (arm). I set the following configuration:
Cmake : 3.22.1
Toolchain: cc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf
path to my rootfs: /home/manr...
user1657666
Votes: 0
Answers: 1
Certificate issues for OPC-UA with Qt wrapper
I'm running the qtopcuaviewer example following these instructions to create the client certificate:
# create a self-signed certificate and private key
openssl req -new -x509 -config opcuaviewer.conf...
Mark
Votes: 0
Answers: 1