aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeparser/qdeclarativeparser.pro
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2011-12-02 16:53:32 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-06 08:58:39 +0100
commit37b42a135cb9c5c7ea10756b4b6896272c490ced (patch)
tree6e5d97ef7ea238ba102effa6bcc68269bf8f6139 /tests/auto/declarative/qdeclarativeparser/qdeclarativeparser.pro
parente9a0aa7dd30566b1da6fd9e56e638aa4846a132b (diff)
Introduce methods to get the source location of the AST nodes.
Also removed deprecate AST nodes. Change-Id: I9221e81b15b18530bb2ab8b09da2482df543bace Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com> Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com> Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Diffstat (limited to 'tests/auto/declarative/qdeclarativeparser/qdeclarativeparser.pro')
-rw-r--r--tests/auto/declarative/qdeclarativeparser/qdeclarativeparser.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativeparser/qdeclarativeparser.pro b/tests/auto/declarative/qdeclarativeparser/qdeclarativeparser.pro
new file mode 100644
index 0000000000..f864337fa7
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativeparser/qdeclarativeparser.pro
@@ -0,0 +1,9 @@
+CONFIG += testcase
+TARGET = tst_qdeclarativeparser
+QT += qmldevtools-private testlib
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qdeclarativeparser.cpp
+DEFINES += SRCDIR=\\\"$$PWD\\\"
+
+CONFIG += parallel_test