diff options
author | kh1 <qt-info@nokia.com> | 2010-03-31 14:36:20 +0200 |
---|---|---|
committer | kh1 <qt-info@nokia.com> | 2010-03-31 14:36:20 +0200 |
commit | 38151c29795a2dfe0c93b76cfb098b9914c55eb9 (patch) | |
tree | e1d67107527d43a10decdf41b6cce88cb90d1e7f /src/plugins/qmljseditor/qmljseditor_dependencies.pri | |
parent | a8f43d8f7d197c59030419cf016955cbf39a4b0e (diff) | |
download | qt-creator-38151c29795a2dfe0c93b76cfb098b9914c55eb9.tar.gz |
Remove help dependency from qmljseditor.
Should have been part of 9aaf2ec84ca2515f499543b150aff3f552b773ab
Reviewed-by: dt
Reviewed: erikv, con
Diffstat (limited to 'src/plugins/qmljseditor/qmljseditor_dependencies.pri')
-rw-r--r-- | src/plugins/qmljseditor/qmljseditor_dependencies.pri | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmljseditor/qmljseditor_dependencies.pri b/src/plugins/qmljseditor/qmljseditor_dependencies.pri index 0e3c0a210b..987e47a74d 100644 --- a/src/plugins/qmljseditor/qmljseditor_dependencies.pri +++ b/src/plugins/qmljseditor/qmljseditor_dependencies.pri @@ -1,6 +1,5 @@ include(../../plugins/coreplugin/coreplugin.pri) include(../../plugins/texteditor/texteditor.pri) -include(../../plugins/help/help.pri) include(../../shared/indenter/indenter.pri) include(../../libs/qmljs/qmljs.pri) include(../../libs/utils/utils.pri) |