diff options
author | Daniel Molkentin <[email protected]> | 2009-07-27 13:55:30 +0200 |
---|---|---|
committer | Daniel Molkentin <[email protected]> | 2009-07-28 16:11:55 +0200 |
commit | 5633de2ac91e2cded7895c9cf871fb2327ff18b6 (patch) | |
tree | 3ed177dfcfc8a4564ca887550021c92f000f72ad /src/plugins/help/help.pro | |
parent | a9b521f80af025ac11f9735fc070606952894b60 (diff) |
Make the welcome screen into plugins.
This removes the all hard dependencies to and from welcome screen,
except the one to the core plugin. More in detail:
- Add IWelcomePage to add a tab to the welcome screen
- Move tabs in the modules where they belong
- Enables QHelpManager to open help fullscreen and contextually
- "Getting Started" moves to Qt4ProjectManager
- Projects & Sessions (aka "Develop") moves to ProjectExplorer
- "Community" remains in the welcome plugin for simplicity
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r-- | src/plugins/help/help.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index 1f5ec5585ea..b733a1fa70d 100644 --- a/src/plugins/help/help.pro +++ b/src/plugins/help/help.pro @@ -4,7 +4,6 @@ include(../../qtcreatorplugin.pri) include(../../plugins/coreplugin/coreplugin.pri) include(../../plugins/find/find.pri) include(../../plugins/quickopen/quickopen.pri) -include(../../plugins/welcome/welcome.pri) QT += network CONFIG += help DEFINES += QT_CLUCENE_SUPPORT \ |