2011-10-25 04:24:31 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qgraphicsscene
|
|
|
|
QT += widgets widgets-private testlib
|
2011-05-16 14:59:05 +00:00
|
|
|
QT += core-private gui-private
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qgraphicsscene.cpp
|
|
|
|
RESOURCES += images.qrc
|
|
|
|
win32:!wince*: LIBS += -lUser32
|
|
|
|
|
2011-09-27 09:53:01 +00:00
|
|
|
!wince*:DEFINES += SRCDIR=\\\"$$PWD\\\"
|
2011-04-27 10:05:43 +00:00
|
|
|
DEFINES += QT_NO_CAST_TO_ASCII
|
|
|
|
|
2011-09-27 09:53:01 +00:00
|
|
|
wince* {
|
2011-04-27 10:05:43 +00:00
|
|
|
rootFiles.files = Ash_European.jpg graphicsScene_selection.data
|
|
|
|
rootFiles.path = .
|
|
|
|
renderFiles.files = testData\\render\\*
|
|
|
|
renderFiles.path = testData\\render
|
|
|
|
DEPLOYMENT += rootFiles renderFiles
|
|
|
|
DEFINES += SRCDIR=\\\".\\\"
|
|
|
|
}
|
2012-02-16 11:36:27 +00:00
|
|
|
|
|
|
|
win32:CONFIG += insignificant_test # QTBUG-24295
|