summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/rewriter/rewriter.pri
blob: 550741b72561c87996b38f6270a8ab69f5ccb7fc (plain)
1
2
3
4
5
6
7
8
9
10
11

INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD

HEADERS += $$PWD/textwriter_p.h
SOURCES += $$PWD/textwriter.cpp

!no_ast_rewriter {
    HEADERS += $$PWD/rewriter_p.h
    SOURCES += $$PWD/rewriter.cpp
}