diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-15 04:47:10 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-15 04:48:55 (GMT) |
commit | aad82abd84022f5401c6b79ab15d24abebf082af (patch) | |
tree | be1bd4efd7f1b7b20b207696ee05a608f49efd27 /tests/auto/declarative/qdeclarativetext/qdeclarativetext.pro | |
parent | 35afac3d3a275aa69c74e174cfeb5e411816e94a (diff) | |
download | Qt-aad82abd84022f5401c6b79ab15d24abebf082af.zip Qt-aad82abd84022f5401c6b79ab15d24abebf082af.tar.gz Qt-aad82abd84022f5401c6b79ab15d24abebf082af.tar.bz2 |
Correctly resolve, and load, IMG tags in Text element.
Task-number: QTBUG-9900
Reviewed-by: Martin Jones
Diffstat (limited to 'tests/auto/declarative/qdeclarativetext/qdeclarativetext.pro')
-rw-r--r-- | tests/auto/declarative/qdeclarativetext/qdeclarativetext.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativetext/qdeclarativetext.pro b/tests/auto/declarative/qdeclarativetext/qdeclarativetext.pro index 73c05b5..e70443e 100644 --- a/tests/auto/declarative/qdeclarativetext/qdeclarativetext.pro +++ b/tests/auto/declarative/qdeclarativetext/qdeclarativetext.pro @@ -1,8 +1,15 @@ load(qttest_p4) contains(QT_CONFIG,declarative): QT += declarative gui +QT += network macx:CONFIG -= app_bundle SOURCES += tst_qdeclarativetext.cpp +INCLUDEPATH += ../shared/ +HEADERS += ../shared/testhttpserver.h +SOURCES += ../shared/testhttpserver.cpp + +DEFINES += SRCDIR=\\\"$$PWD\\\" + CONFIG += parallel_test |