Deploy UI file on QNX
Unsolved
General and Desktop
-
I m using Qt 5.13.2 on Ubuntu 20.04.
I have created a Qt project using CMakeLists.txt. This project has a .ui file consisting of the UI. The project is working fine on system. Now I want to port it on a QNX platform. This step is not happening. The Qt on QNX does not accept CMake project. Further investigation led me to this page. It also says :A Qt project typically consists of a project file (.pro), sources and headers. Additionally, there might be QML files, and/or Qt resource (.qrc) and asset (images, sounds, etc) files.
How can I run my project on QNX platform without creating it's QML version from scratch?
-
@surajj4837 said in Deploy UI file on QNX:
This step is not happening
What does this mean please?
Post error message or describe better what happens.
Do you have CMake in your QNX SDK?