diff options
author | Christian Kandeler <christian.kandeler@theqtcompany.com> | 2015-11-25 15:02:50 +0100 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@theqtcompany.com> | 2015-11-25 14:09:37 +0000 |
commit | f82297b91afc758d6bbbeb6c243c01929b14e28a (patch) | |
tree | b8ba636d5437e73149a7f1f22b1c68b02fbcef7f /src/plugins/help | |
parent | 033862f3057818df3123d07fc6cb34e193250c53 (diff) | |
download | qt-creator-f82297b91afc758d6bbbeb6c243c01929b14e28a.tar.gz |
Fix qbs build.
Change-Id: I9cdaa1545018a002a85d8f5cebb51883bfee204f
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/help')
-rw-r--r-- | src/plugins/help/help.qbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/help.qbs b/src/plugins/help/help.qbs index 56ab475655..02e989259b 100644 --- a/src/plugins/help/help.qbs +++ b/src/plugins/help/help.qbs @@ -41,7 +41,6 @@ QtcPlugin { "generalsettingspage.cpp", "generalsettingspage.h", "generalsettingspage.ui", "help.qrc", "helpconstants.h", - "helpicons.h", "helpfindsupport.cpp", "helpfindsupport.h", "helpindexfilter.cpp", "helpindexfilter.h", "helpmode.cpp", "helpmode.h", @@ -71,6 +70,7 @@ QtcPlugin { "bookmarkmanager.cpp", "bookmarkmanager.h", "contentwindow.cpp", "contentwindow.h", "filternamedialog.cpp", "filternamedialog.h", "filternamedialog.ui", + "helpicons.h", "indexwindow.cpp", "indexwindow.h", "topicchooser.cpp", "topicchooser.h", "topicchooser.ui", ] |