summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakeproject.h
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@digia.com>2012-10-02 17:46:19 +0200
committerDaniel Teske <daniel.teske@digia.com>2012-10-05 12:17:03 +0200
commit9de676ce0393be1ee0d5abaae860a91ec113e567 (patch)
tree107ee491ad677e33a963e7d8b535df4c3a74778e /src/plugins/cmakeprojectmanager/cmakeproject.h
parentffb90dff22f411176f10dedc85778a348ea2852f (diff)
downloadqt-creator-9de676ce0393be1ee0d5abaae860a91ec113e567.tar.gz
CMake and Kits: Fix interaction between them
On initial run we offer the user a choice between all the kits, which are compatible with the cached generator. After the initial run, the user can't change kits nor generators anymore. Except if the builds into a new directory or adds a buildconfiguration, then the user can choose between generators but not kits. Task-number: QTCREATORBUG-7940 Task-number: QTCREATORBUG-7928 Change-Id: I9b663435cd2e021f7fe08379c1c487a6aebe8976 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Peter Kümmel <syntheticpp@gmx.net>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeproject.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeproject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeproject.h b/src/plugins/cmakeprojectmanager/cmakeproject.h
index 717d577b07..bebb747ebf 100644
--- a/src/plugins/cmakeprojectmanager/cmakeproject.h
+++ b/src/plugins/cmakeprojectmanager/cmakeproject.h
@@ -110,6 +110,7 @@ signals:
protected:
bool fromMap(const QVariantMap &map);
+ bool setupTarget(ProjectExplorer::Target *t);
// called by CMakeBuildSettingsWidget
void changeBuildDirectory(CMakeBuildConfiguration *bc, const QString &newBuildDirectory);