forked from qt-creator/qt-creator
QmlJS: Introduce a new indenter that works similarly to the new C++ one.
Done-with: Thomas Hartmann
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user