forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -82,6 +82,7 @@ public:
|
||||
|
||||
void aboutToShutdown();
|
||||
void extensionsInitialized();
|
||||
void projectUpdated(ProjectExplorer::Project *p);
|
||||
private slots:
|
||||
void targetFactoriesChanged();
|
||||
void showProperties(int index, int subIndex);
|
||||
@@ -90,7 +91,6 @@ private slots:
|
||||
void registerProject(ProjectExplorer::Project*);
|
||||
void deregisterProject(ProjectExplorer::Project*);
|
||||
void startupProjectChanged(ProjectExplorer::Project *);
|
||||
void projectUpdated(ProjectExplorer::Project *p);
|
||||
|
||||
private:
|
||||
bool useTargetPage(ProjectExplorer::Project *project);
|
||||
|
||||
Reference in New Issue
Block a user