summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qt4buildconfiguration.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2010-02-15 17:33:56 +0100
committerTobias Hunger <tobias.hunger@nokia.com>2010-02-16 13:18:25 +0100
commit261966dbb73fec54ed1a460f88cf44e1a8478d83 (patch)
treefd0d30db0551ee071118a8b038bd65d90dabbb60 /src/plugins/qt4projectmanager/qt4buildconfiguration.h
parentb58297fe25a4b441ec47a39367e82f47ad4cec9a (diff)
downloadqt-creator-261966dbb73fec54ed1a460f88cf44e1a8478d83.tar.gz
Have qmakestep trigger the import label
* Do not use the BuildManager but have the qmakestep trigger the update via the target and project. Reviewed-by: dt
Diffstat (limited to 'src/plugins/qt4projectmanager/qt4buildconfiguration.h')
-rw-r--r--src/plugins/qt4projectmanager/qt4buildconfiguration.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/qt4projectmanager/qt4buildconfiguration.h b/src/plugins/qt4projectmanager/qt4buildconfiguration.h
index 08c032d8ba..3846e587ff 100644
--- a/src/plugins/qt4projectmanager/qt4buildconfiguration.h
+++ b/src/plugins/qt4projectmanager/qt4buildconfiguration.h
@@ -86,6 +86,9 @@ public:
// used by qmake step to notify that the qmake args have changed
// not really nice
void emitQMakeBuildConfigurationChanged();
+ // used by qmake step to notify that the build directory was initialized
+ // not really nice
+ void emitBuildDirectoryInitialized();
void getConfigCommandLineArguments(QStringList *addedUserConfigs, QStringList *removedUserConfigs) const;
// Those functions are used in a few places.
@@ -120,6 +123,8 @@ signals:
/// configuration changed
void targetInformationChanged();
+ void buildDirectoryInitialized();
+
private slots:
void qtVersionsChanged(const QList<int> &changedVersions);