Sample application using C++ and the Qt class library
This sample shows a basic Carmenta Engine application using C++ and the Qt class library.
The sample can be built using Visual Studio or QtCreator by opening the samples CMakeLists.txt file. When using QtCreator the sample can also be built for Android.
For instructions on how to build and deploy a Qt application on Linux/ARM, see Deploying Carmenta Engine 5 applications on Linux/ARM.
When using the QtMapControl on Linux, the Qt libraries must use the xcb platform plugin. If running on Wayland, you can make Qt use the correct plugin by setting the environment variable QT_QPA_PLATFORM to xcb before starting the application.
Prerequisites
The sample requires Qt libraries 5.15 or later for Windows (VS 2019).