diff options
author | kh1 <[email protected]> | 2010-07-23 16:36:08 +0200 |
---|---|---|
committer | kh1 <[email protected]> | 2010-07-23 16:37:29 +0200 |
commit | de040e80fc1f6aa0e6781525296c3ad6cb35686b (patch) | |
tree | 95c37f8d7908ba212fae35a138df485eaf719389 /src/plugins/help/help.pro | |
parent | 8c0223f8746930690cbc3c9ec97373e4f7bbe290 (diff) |
Initial support for showing help in external window.
Task-number: QTCREATORBUG-1473
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r-- | src/plugins/help/help.pro | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index 890779e9b0e..451fc5d3d36 100644 --- a/src/plugins/help/help.pro +++ b/src/plugins/help/help.pro @@ -28,7 +28,8 @@ HEADERS += \ openpageswidget.h \ remotehelpfilter.h \ searchwidget.h \ - xbelsupport.h + xbelsupport.h \ + externalhelpwindow.h SOURCES += \ centralwidget.cpp \ @@ -49,8 +50,9 @@ SOURCES += \ openpageswidget.cpp \ remotehelpfilter.cpp \ searchwidget.cpp \ - xbelsupport.cpp - + xbelsupport.cpp \ + externalhelpwindow.cpp + FORMS += docsettingspage.ui \ filtersettingspage.ui \ generalsettingspage.ui \ |