Dummy implementation of MakeStep.

This commit is contained in:
Roberto Raggi
2009-05-22 12:46:06 +02:00
parent 7e1445368e
commit 18cba96a19
6 changed files with 273 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ const char *const LANG_QML = "QML";
const char *const QMLMIMETYPE = "text/x-qml-project"; // ### FIXME
const char *const QMLRUNCONFIGURATION = "QmlProject.QmlApplicationRunConfiguration";
const char *const MAKESTEP = "QmlProject.QmlMakeStep";
// contexts
const char *const C_FILESEDITOR = ".files Editor";