Hi everyone,
i want to open PX4 firmware and compile by Qt Creator on Windows OS, but the developer link
http://dev.px4.io/starting-building.html show the following message:
Qt Creator on Windows
Windows has not been tested with Qt creator yet.
now ,i use QT Creator installed on the Windows OS to open PX4 project, but could not find the project file,
so how to load the file to the graphical IDE and compile the source in QT Creator?
thanks for your kind assistance.
Replies
Just a suggestion ... you can also open Cmake files with Qt Creator.
.pro files are for usage with qmake, which is a Qt specific alternative to CMake. The Qt Creator can also handle CMake projects. Therefore the CMakeLists.txt have to be opened.
See:
http://doc.qt.io/qtcreator/creator-project-cmake.html