diff options
author | Daniel Teske <daniel.teske@nokia.com> | 2012-03-06 13:14:42 +0100 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2012-03-09 15:28:28 +0100 |
commit | 6f45ec97f8c25fe94afbbd58380d9847b25c1462 (patch) | |
tree | 93dc4effd70575a9036798b176f5950f2c91d985 /src/plugins/qt4projectmanager/qt4project.h | |
parent | 4415224f993db41f3d0be75c52df3ee9dfcbddf4 (diff) | |
download | qt-creator-6f45ec97f8c25fe94afbbd58380d9847b25c1462.tar.gz |
Automatically configure examples opened from the welcome page.
Each example can now provide a list of platforms by the examples manifest
.xml file. This list can control the target configuration of the example
when it is opened in the welcomepage.
Change-Id: I893230fd2850b7a1272db71a7f589044d52041d1
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/qt4projectmanager/qt4project.h')
-rw-r--r-- | src/plugins/qt4projectmanager/qt4project.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qt4projectmanager/qt4project.h b/src/plugins/qt4projectmanager/qt4project.h index 4b57c4f1e5..8b2f5817a7 100644 --- a/src/plugins/qt4projectmanager/qt4project.h +++ b/src/plugins/qt4projectmanager/qt4project.h @@ -140,6 +140,8 @@ public: bool needsConfiguration() const; + void configureAsExampleProject(const QStringList &platforms); + signals: void proParsingDone(); void proFileUpdated(Qt4ProjectManager::Qt4ProFileNode *node, bool, bool); |