forked from qt-creator/qt-creator
qmljs: differnt language constants for the different qml flavors
Added separated qbs, qmltypes, QtQuick1, and QtQuick2 and "generic" Qml languages. Cleaned up the mime types a bit, preparing for registered mime types. Change-Id: I0e484c93e003176cd659acc546baa6d024defa19 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -30,12 +30,14 @@
|
||||
#ifndef QMLPROJECTCONSTANTS_H
|
||||
#define QMLPROJECTCONSTANTS_H
|
||||
|
||||
#include <qmljstools/qmljstoolsconstants.h>
|
||||
|
||||
namespace QmlProjectManager {
|
||||
namespace Constants {
|
||||
|
||||
const char *const PROJECTCONTEXT = "QmlProject.ProjectContext";
|
||||
const char *const LANG_QML = "QML";
|
||||
const char *const QMLMIMETYPE = "application/x-qmlproject";
|
||||
const char *const QMLPROJECT_MIMETYPE = QmlJSTools::Constants::QMLPROJECT_MIMETYPE;
|
||||
|
||||
} // namespace Constants
|
||||
} // namespace QmlProjectManager
|
||||
|
||||
Reference in New Issue
Block a user