Register qml.qch file automatically in help collection

Automatically register qml.qch if found in shared/help/qtcreator.
This is needed for the special 'creator-qml' package.
This commit is contained in:
Kai Koehne
2009-10-23 11:07:35 +02:00
parent 4c85511d55
commit e036b011c9
5 changed files with 27 additions and 1 deletions

View File

@@ -42,7 +42,6 @@
#include <texteditor/texteditoractionhandler.h>
#include <QtCore/QtPlugin>
#include <QtCore/QDebug>
using namespace QmlProjectManager;
using namespace QmlProjectManager::Internal;