aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanimations/qquickanimations.pro
blob: 0e432ab9f14d15ea1d43eda0238cebaa0bcccab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CONFIG += testcase
TARGET = tst_qquickanimations
SOURCES += tst_qquickanimations.cpp

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

macx:CONFIG -= app_bundle

testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles

CONFIG += parallel_test

QT += core-private gui-private v8-private qml-private quick-private opengl-private testlib

# QTBUG-23385 - color mixing tests failing on Ubuntu 11.10 x64
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):DEFINES+=UBUNTU_ONEIRIC