00ce5a3c1e
The test now passes on Ubuntu, Lucid, too. Task-number: QTBUG-20778 Change-Id: Id7ddc4b34d03f8fb9af977c0f40615d544934f13 Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
10 lines
198 B
Prolog
10 lines
198 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qgraphicswidget
|
|
|
|
QT += widgets widgets-private testlib
|
|
QT += core-private gui-private
|
|
|
|
SOURCES += tst_qgraphicswidget.cpp
|
|
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|