13 lines
313 B
Prolog
13 lines
313 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qdeclarativeanimations
|
|
SOURCES += tst_qdeclarativeanimations.cpp
|
|
macx:CONFIG -= app_bundle
|
|
|
|
testDataFiles.files = data
|
|
testDataFiles.path = .
|
|
DEPLOYMENT += testDataFiles
|
|
|
|
CONFIG += parallel_test
|
|
|
|
QT += core-private gui-private v8-private declarative-private opengl-private testlib
|