QmlJS: Introduce a new indenter that works similarly to the new C++ one.

Done-with: Thomas Hartmann
This commit is contained in:
Christian Kamm
2010-07-07 11:45:18 +02:00
parent f6232260c2
commit 822de6c17a
10 changed files with 2587 additions and 12 deletions

View File

@@ -56,6 +56,11 @@ OTHER_FILES += \
$$PWD/parser/qmljs.g
contains(QT, gui) {
SOURCES += $$PWD/qmljsindenter.cpp
HEADERS += $$PWD/qmljsindenter.h
SOURCES += \
$$PWD/qmljsindenter.cpp \
$$PWD/qmljscodeformatter.cpp
HEADERS += \
$$PWD/qmljsindenter.h \
$$PWD/qmljscodeformatter.h
}