-
Notifications
You must be signed in to change notification settings - Fork 23
Build with QtCreator
- All C++ projects can also be built with the free and platform independent IDE from Qt.
- You need a C++ 11 ready compiler. The latest versions of GNU gcc or LLVM clang are ok.
- You can download the Qt Creator IDE. For Windows download the MinGW version with the GNU toolchain.
Build SLProject for Qt
-
Under Windows:
-
Check out the SVN repository into a directory of your choice.
-
Start the Qt Creator and open the SLProject.pro file with the menu File > Open File or Project.
-
We recommend the Microsoft Platform tools with the !VisualStudio compiler. MinGW compiles very slow and is not recommended.
-
Under Mac OSX:
-
Download and install also X11 for Quartz
-
Check out the SVN repository into a directory of your choice.
-
Start the Qt Creator and open the SLProject.pro file with the menu File > Open File or Project.
-
Choose Desktop Qt 5.x for clang 64bit build environment and press Configure.
-
Under Linux:
-
Check out the SVN repository into a directory of your choice.
-
!ToDo
-
Click in the right bar on Project and deselect the Shadow Build option.
-
In the Build Step Details of the project dialogue deselect the QML Debugging option.
-
Click on SLProject in the project tree and choose Rebuild.
-
Click the green run arrow to start the selected application.
-
Above the green run arrow you can choose another startup application.