diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-11-09 02:10:34 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-11-09 02:10:34 (GMT) |
commit | 7b5ecf9d033708bbc86e8b2901e3634970b6d9ab (patch) | |
tree | c17da747327d6ac211a1808a5f4836a79fd81218 /tests/auto/declarative/qmlgraphicstextinput/qmlgraphicstextinput.pro | |
parent | 3ceeb87db6b6f7beeffe9df0417bd076fa72eece (diff) | |
download | Qt-7b5ecf9d033708bbc86e8b2901e3634970b6d9ab.zip Qt-7b5ecf9d033708bbc86e8b2901e3634970b6d9ab.tar.gz Qt-7b5ecf9d033708bbc86e8b2901e3634970b6d9ab.tar.bz2 |
Rename TextEdit and TextInput autotests
Diffstat (limited to 'tests/auto/declarative/qmlgraphicstextinput/qmlgraphicstextinput.pro')
-rw-r--r-- | tests/auto/declarative/qmlgraphicstextinput/qmlgraphicstextinput.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlgraphicstextinput/qmlgraphicstextinput.pro b/tests/auto/declarative/qmlgraphicstextinput/qmlgraphicstextinput.pro new file mode 100644 index 0000000..fd75fec --- /dev/null +++ b/tests/auto/declarative/qmlgraphicstextinput/qmlgraphicstextinput.pro @@ -0,0 +1,8 @@ +load(qttest_p4) +contains(QT_CONFIG,declarative): QT += declarative gui +macx:CONFIG -= app_bundle + +SOURCES += tst_qmlgraphicstextinput.cpp + +# Define SRCDIR equal to test's source directory +DEFINES += SRCDIR=\\\"$$PWD\\\" |