summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/rewriter/rewriter.pri
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-05-26 01:46:00 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-05-26 01:46:00 (GMT)
commit478a339bc668611f6e31803e26c502a2aabe7bfe (patch)
treec42e15048338377bf56db2ca5b26b8c20463767f /src/declarative/qml/rewriter/rewriter.pri
parenta106ba14b7ed630f5d7941462ba9271dd83acea3 (diff)
parent7fc5d5e693a6a7f4c2bd040b8d6f29fd33a01712 (diff)
downloadQt-478a339bc668611f6e31803e26c502a2aabe7bfe.zip
Qt-478a339bc668611f6e31803e26c502a2aabe7bfe.tar.gz
Qt-478a339bc668611f6e31803e26c502a2aabe7bfe.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/qml/rewriter/rewriter.pri')
-rw-r--r--src/declarative/qml/rewriter/rewriter.pri4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/declarative/qml/rewriter/rewriter.pri b/src/declarative/qml/rewriter/rewriter.pri
new file mode 100644
index 0000000..987e26d
--- /dev/null
+++ b/src/declarative/qml/rewriter/rewriter.pri
@@ -0,0 +1,4 @@
+
+INCLUDEPATH += $$PWD
+HEADERS += $$PWD/rewriter_p.h $$PWD/textwriter_p.h
+SOURCES += $$PWD/rewriter.cpp $$PWD/textwriter.cpp