Fixes: Progress to the cmake plugin
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.)
Showing
- src/plugins/cmakeprojectmanager/cmakeconfigurewidget.cpp 90 additions, 0 deletionssrc/plugins/cmakeprojectmanager/cmakeconfigurewidget.cpp
- src/plugins/cmakeprojectmanager/cmakeconfigurewidget.h 48 additions, 0 deletionssrc/plugins/cmakeprojectmanager/cmakeconfigurewidget.h
- src/plugins/cmakeprojectmanager/cmakeproject.cpp 30 additions, 29 deletionssrc/plugins/cmakeprojectmanager/cmakeproject.cpp
- src/plugins/cmakeprojectmanager/cmakeproject.h 1 addition, 3 deletionssrc/plugins/cmakeprojectmanager/cmakeproject.h
- src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp 119 additions, 27 deletionssrc/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp
- src/plugins/cmakeprojectmanager/cmakeprojectmanager.h 29 additions, 5 deletionssrc/plugins/cmakeprojectmanager/cmakeprojectmanager.h
- src/plugins/cmakeprojectmanager/cmakeprojectmanager.pro 5 additions, 2 deletionssrc/plugins/cmakeprojectmanager/cmakeprojectmanager.pro
- src/plugins/cmakeprojectmanager/cmakestep.cpp 11 additions, 7 deletionssrc/plugins/cmakeprojectmanager/cmakestep.cpp
- src/plugins/cmakeprojectmanager/cmakestep.h 2 additions, 2 deletionssrc/plugins/cmakeprojectmanager/cmakestep.h
Loading
Please register or sign in to comment