diff options
Diffstat (limited to 'tests/auto/declarative/qmlgraphicsanimatedimage/qmlgraphicsanimatedimage.pro')
-rw-r--r-- | tests/auto/declarative/qmlgraphicsanimatedimage/qmlgraphicsanimatedimage.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlgraphicsanimatedimage/qmlgraphicsanimatedimage.pro b/tests/auto/declarative/qmlgraphicsanimatedimage/qmlgraphicsanimatedimage.pro new file mode 100644 index 0000000..877dfab --- /dev/null +++ b/tests/auto/declarative/qmlgraphicsanimatedimage/qmlgraphicsanimatedimage.pro @@ -0,0 +1,7 @@ +load(qttest_p4) +contains(QT_CONFIG,declarative): QT += declarative network +HEADERS += ../shared/testhttpserver.h +SOURCES += tst_qmlgraphicsanimatedimage.cpp ../shared/testhttpserver.cpp +macx:CONFIG -= app_bundle + +DEFINES += SRCDIR=\\\"$$PWD\\\" |