diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-09-29 06:34:58 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-09-29 06:34:58 (GMT) |
commit | 275d62f364da0eee08726d95888bca2a8e0fb6e6 (patch) | |
tree | 345d11916a9e5c644e3170e118624507c4fd853b /tests/auto/declarative/qfxtextedit/qfxtextedit.pro | |
parent | 1d65aff4f6c0339752c92f859ce78f1a59450a28 (diff) | |
download | Qt-275d62f364da0eee08726d95888bca2a8e0fb6e6.zip Qt-275d62f364da0eee08726d95888bca2a8e0fb6e6.tar.gz Qt-275d62f364da0eee08726d95888bca2a8e0fb6e6.tar.bz2 |
TextEdit navigation testcase
Diffstat (limited to 'tests/auto/declarative/qfxtextedit/qfxtextedit.pro')
-rw-r--r-- | tests/auto/declarative/qfxtextedit/qfxtextedit.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative/qfxtextedit/qfxtextedit.pro b/tests/auto/declarative/qfxtextedit/qfxtextedit.pro index 59ab6e5..90546a4 100644 --- a/tests/auto/declarative/qfxtextedit/qfxtextedit.pro +++ b/tests/auto/declarative/qfxtextedit/qfxtextedit.pro @@ -1,3 +1,6 @@ load(qttest_p4) contains(QT_CONFIG,declarative): QT += declarative gui SOURCES += tst_qfxtextedit.cpp + +# Define SRCDIR equal to test's source directory +DEFINES += SRCDIR=\\\"$$PWD\\\" |