-
Notifications
You must be signed in to change notification settings - Fork 119
Building: qt creator
Hugo Queirós edited this page Dec 11, 2013
·
9 revisions
This tutorial assumes you have read Obtaining the Source Code beforehand.
-
Open the configuration project file CMakeLists.txt that can be found on DUNE's root folder.
-
Build your project - CMake Wizard: Create a dedicated folder for your Qt build location/workspace. Press "Next".
-
Build your project - CMake Wizard: Run Cmake after choosing the right architecture of your system (x86 or x64) in the "Generator" combo box. This will generate the GNU MakeFiles.
-
Whenever you want to compile, press "build" on the bottom left corner.
- Qt Creator supports CMake configuration files, which are broadly used on DUNE.
- Do not edit the CMakeList.txt files if you don't know what you are doing.
- Qt Creator natively supports integration with various Source Control Management tools, including Git.