c6af0a504f
- Remove irrelevant test subdirs via .pro files - Follow WinCE codepaths where applicable - Replace unsupported Win32 APIs with WinRT equivalents This does not aim to fix any failures in the tests themselves; it only makes them compile. Change-Id: Ia82bc0cc402891f8f6238d4c261ee9152b51be80 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
21 lines
581 B
Prolog
21 lines
581 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qgraphicsscene
|
|
QT += widgets widgets-private testlib
|
|
QT += core-private gui-private
|
|
SOURCES += tst_qgraphicsscene.cpp
|
|
RESOURCES += images.qrc
|
|
win32:!wince*:!winrt: LIBS += -luser32
|
|
|
|
!wince*:DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
DEFINES += QT_NO_CAST_TO_ASCII
|
|
|
|
wince* {
|
|
rootFiles.files = Ash_European.jpg graphicsScene_selection.data
|
|
rootFiles.path = .
|
|
renderFiles.files = testData\\render\\*
|
|
renderFiles.path = testData\\render
|
|
DEPLOYMENT += rootFiles renderFiles
|
|
DEFINES += SRCDIR=\\\".\\\"
|
|
}
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|