summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectexplorersettingspage.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2012-11-16 19:11:36 +0100
committerTobias Hunger <tobias.hunger@digia.com>2012-11-21 13:25:56 +0100
commit1c4d51ef7a43009c84bcc92ed28699db4bd45041 (patch)
tree616d3d35012dbebf5e71c4acc4cc80f9f2d5a56a /src/plugins/projectexplorer/projectexplorersettingspage.h
parentc5fa9c30a19027c546fcf8db9c0335b9c9037df2 (diff)
downloadqt-creator-1c4d51ef7a43009c84bcc92ed28699db4bd45041.tar.gz
Add configuration option for default build directory
Change the UI to always show the editor for the build directory. Default to what we do for qmake projects right now (with shadow- building enabled). Use this setting in qmake based projects. Set this to '.' for in-source builds by default. Change-Id: I3fb26ab817b0f545e9b318b68e592df8040d5562 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorersettingspage.h')
-rw-r--r--src/plugins/projectexplorer/projectexplorersettingspage.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/projectexplorer/projectexplorersettingspage.h b/src/plugins/projectexplorer/projectexplorersettingspage.h
index 5e37b23eaa..3e0a606ed2 100644
--- a/src/plugins/projectexplorer/projectexplorersettingspage.h
+++ b/src/plugins/projectexplorer/projectexplorersettingspage.h
@@ -55,9 +55,6 @@ public:
bool useProjectsDirectory();
void setUseProjectsDirectory(bool v);
- bool useBuildDirectory() const;
- void setUseBuildDirectory(bool v);
-
QString buildDirectory() const;
void setBuildDirectory(const QString &bd);
@@ -65,7 +62,8 @@ public:
private slots:
void slotDirectoryButtonGroupChanged();
- void slotBuildDirectoryCheckBoxChanged(bool checked);
+ void resetDefaultBuildDirectory();
+ void updateResetButton();
private:
void setJomVisible(bool);