-
Notifications
You must be signed in to change notification settings - Fork 28
Build: Build with Qt Creator
Lars Toenning edited this page Nov 25, 2023
·
5 revisions
- Git
- Qt5 (be sure to select "Qt Creator" in the component selection of the installer)
- C/C++ compiler:
- Windows: Microsoft Visual C++ compiler (included with Visual Studio Community; be sure to select C++ during installation)
- macOS: Clang
- Linux: GCC or Clang
git clone https://github.com/swift-project/pilotclient.git
git submodule update --init
Open the CMakeLists.txt
file located in the just cloned pilotclient
folder with Qt Creator to load the project.
Next, press Configure Project
.
This triggers CMake and creates all build files according to your toolchain.
That's it! You now have a working Qt Creator environment to build and execute the project.
Different launch targets can be selected here:
For more information on Qt Creator itself, see the Qt Creator Manual.
- Home
- API documentation (Doxygen generated)
- Future of swift
- Style and Coding Standard
- Build swift
- Run swift as a developer
- Knowledgebase
- External resources
- Open Research Questions
- Aviation
- Programming
- Simulation
- Architecture