Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
QDS 2.2.2
-
None
Description
Host - Ubuntu 20.04 LTS
Qt for MCU SDK version - 2.0.0
Steps to reproduce:
- Create sample Qt for MCU application in Qt Design studio
- Save it to your desired path
- Try to build this project with Qt for MCU for desktop.
Output log:
$ cmake .. -DQUL_PLATFORM=Qt -DQul_ROOT=$QUL_ROOT -- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- The ASM compiler identification is GNU -- Found assembler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Warning at CMakeLists.txt:5 (find_package): By not providing "FindQul.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qul", but CMake did not find one. Could not find a package configuration file provided by "Qul" with any of the following names: QulConfig.cmake qul-config.cmake Add the installation prefix of "Qul" to CMAKE_PREFIX_PATH or set "Qul_DIR" to a directory containing one of the above files. If "Qul" provides a separate development package or SDK, be sure it has been installed. CMake Error at CMakeLists.txt:28 (qul_add_qml_module): Unknown CMake command "qul_add_qml_module". -- Configuring incomplete, errors occurred! See also "/home/qtmcu/QT_Projects/untitled/build/CMakeFiles/CMakeOutput.log".
Attachments
Issue Links
- resulted in
-
QDS-5676 Update provided CMakeLists for Qt for MCUs 2.0 release
- Closed