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
|
2012-05-13 20:55:15 +00:00
|
|
|
win32:!wince*: LIBS += -luser32
|
2011-04-27 10:05:43 +00:00
|
|
|
|
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=\\\".\\\"
|
|
|
|
}
|