2011-10-25 04:24:31 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qgraphicswidget
|
2011-05-11 04:02:54 +00:00
|
|
|
|
2011-10-25 04:24:31 +00:00
|
|
|
QT += widgets widgets-private testlib
|
2011-05-11 04:02:54 +00:00
|
|
|
QT += core-private gui-private
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qgraphicswidget.cpp
|
|
|
|
|
2012-01-13 07:28:49 +00:00
|
|
|
# QTBUG-23616 - unstable test
|
|
|
|
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test
|