Fixes: Add a settings page to the cmake plugin.

Details:  There's a linedit on there, we restore and save the settings,
only thing missing is actually using it.
This commit is contained in:
dt
2009-01-21 16:25:21 +01:00
parent f73861d458
commit db20c44d40
6 changed files with 138 additions and 7 deletions

View File

@@ -105,6 +105,7 @@ public:
CMakeStep *cmakeStep() const;
QStringList targets() const;
private:
void parseCMakeLists(const QDir &directory);
QString findCbpFile(const QDir &);