diff options
author | Daniel Molkentin <[email protected]> | 2009-07-20 19:08:09 +0200 |
---|---|---|
committer | Daniel Molkentin <[email protected]> | 2009-07-21 13:58:27 +0200 |
commit | f8f0c4ce44fe7558ecea67669de72981af03b822 (patch) | |
tree | 46bab587839dde828ad39897b4ef0b8e415bec95 /src/plugins/help/help.pro | |
parent | 95e5bfbda0cea42b8685fb79226a49fcdf3d1785 (diff) |
Move Welcome Page to separate plugin.
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r-- | src/plugins/help/help.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index b733a1fa70d..1f5ec5585ea 100644 --- a/src/plugins/help/help.pro +++ b/src/plugins/help/help.pro @@ -4,6 +4,7 @@ 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 \ |