e979ca5eda
Fix usage of API that is marked deprecated. Change-Id: I04970ca7f8e09d3f0fd6adb87da046ae70c3eb38 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
8 lines
155 B
Prolog
8 lines
155 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qgraphicseffect
|
|
|
|
QT += widgets widgets-private testlib
|
|
QT += core-private gui-private
|
|
|
|
SOURCES += tst_qgraphicseffect.cpp
|