2d3c73fcfe
Move the different parts of configure.json/.pri into the libraries where they belong. Gui is not yet fully modularized, and contains many things related to the different QPA plugins. Done-with: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Change-Id: I6659bb29354ed1f36b95b8c69e7fce58f642053f Reviewed-by: Lars Knoll <lars.knoll@qt.io>
14 lines
295 B
Prolog
14 lines
295 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qmovie
|
|
QT += testlib
|
|
QT_FOR_CONFIG += gui-private
|
|
qtHaveModule(widgets): QT += widgets
|
|
SOURCES += tst_qmovie.cpp
|
|
MOC_DIR=tmp
|
|
|
|
qtConfig(gif): DEFINES += QTEST_HAVE_GIF
|
|
qtConfig(jpeg): DEFINES += QTEST_HAVE_JPEG
|
|
|
|
RESOURCES += resources.qrc
|
|
TESTDATA += animations/*
|