aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanimatedimage/qquickanimatedimage.pro
blob: 5792626720d2bbc3d9c79b3d7a540439825d1376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qquickanimatedimage
HEADERS += ../../shared/testhttpserver.h
SOURCES += tst_qquickanimatedimage.cpp \
           ../../shared/testhttpserver.cpp

include (../../shared/util.pri)

macx:CONFIG -= app_bundle

TESTDATA = data/*

QT += core-private gui-private qml-private quick-private network testlib