- 03 Mar, 2009 1 commit
-
-
dt authored
Task: CMake support Details: No syntax highlighting
-
- 25 Feb, 2009 2 commits
- 16 Feb, 2009 1 commit
-
-
dt authored
Details: This enables us to parse the build errors correctly. The makesteps of the qt4project and cmakeproject have some code dupliaction, which could be refactored. And the code to find out the correct build parser could probably also be done better, but we are now parsing the build output for cmake.
-
- 11 Feb, 2009 1 commit
-
-
dt authored
Details: We now get the system includes and system defines.
-
- 23 Jan, 2009 1 commit
-
-
dt authored
Details: Add a dialog asking for command line options and build directory. This dialog pops up if you don't have a .user file. Note, though that it also pops up if there is already a in source build. (The build directory lineedit should be read only then.) The cmake button in that dialog and the output pane need more polish to make them better. With those changes you can now build and run marble from Qt Creator. (For marble you need to pass a few options to cmake.) Also add a configuration page to the Tools/Options dialog, where you can specify the cmake executable path. And add a class which runs cmake in the background to find out which version and wheter that cmake version has Qt Creator generator. (Which I did begin to write.)
-
- 16 Jan, 2009 2 commits
-
-
Thorbjørn Lindeijer authored
Dependencies between projects can now be edited in the Projects mode. You can simply check for each project the projects that it depends on, and they will be built first. A message box pops up when you try to create a circular dependency. Could use some testing.
-
dt authored
Details: I haven't checked, but according to the cmake sources I need to change this.
-
- 15 Jan, 2009 4 commits
-
-
Fred Emmott authored
- avoid polution of the source. - required for KDE apps.
-
Fred Emmott authored
-
dt authored
-
Fred Emmott authored
-
- 13 Jan, 2009 2 commits
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- 12 Jan, 2009 2 commits
- 17 Dec, 2008 1 commit
-
-
dt authored
-
- 16 Dec, 2008 1 commit
-
-
hjk authored
-
- 12 Dec, 2008 1 commit
-
-
dt authored
Task: - RevBy: - AutoTest: - Details: For now create only one build configuration "AllTargets", build only the "all" target. Create runconfigurations for all targets with option type=4
-
- 09 Dec, 2008 4 commits
-
-
hjk authored
-
dt authored
-
dt authored
Task: - RevBy: - AutoTest: - Details: Note: I need to refactor the code significantly, i'm more or less convinced that one build configuration per target is wrong. We probably want one build configuration per build directory and instead build all targets that we are interested then in the makestep. This means we won't have any cmake support for the beta.
-
hjk authored
-
- 08 Dec, 2008 3 commits
-
-
dt authored
Task: - RevBy: - AutoTest: - Details: Add the include path for qplatformdefs.h to the fot.
-
dt authored
Task: - RevBy: - AutoTest: - Details: (Only outputs them via qDebug().)
-
Roberto Raggi authored
-
- 05 Dec, 2008 1 commit
-
-
dt authored
Task: - RevBy: - AutoTest: - Details: Actually building only works on unix (since the generator is hardcoded.) and make is called without any parameters which is wrong. A lot is missing for basic build support, but this is a start.
-
- 02 Dec, 2008 5 commits