diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-14 03:05:07 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-14 03:05:07 (GMT) |
commit | b24a4c0b75f5d393ca673942b68a12f02ed476e8 (patch) | |
tree | ebe8cca06c57d6ff505b2870bbd2b367e8fce28e /tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro | |
parent | 99412b443101dad3fc593018f2ab715df09ffb8f (diff) | |
download | Qt-b24a4c0b75f5d393ca673942b68a12f02ed476e8.zip Qt-b24a4c0b75f5d393ca673942b68a12f02ed476e8.tar.gz Qt-b24a4c0b75f5d393ca673942b68a12f02ed476e8.tar.bz2 |
Stabilize test.
Uses built-in server.
Diffstat (limited to 'tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro')
-rw-r--r-- | tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro b/tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro index b5b033a..4b247fc 100644 --- a/tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro +++ b/tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro @@ -5,6 +5,12 @@ macx:CONFIG -= app_bundle SOURCES += tst_qdeclarativepixmapcache.cpp +INCLUDEPATH += ../shared/ +HEADERS += ../shared/testhttpserver.h +SOURCES += ../shared/testhttpserver.cpp + +DEFINES += SRCDIR=\\\"$$PWD\\\" + # QMAKE_CXXFLAGS = -fprofile-arcs -ftest-coverage # LIBS += -lgcov |