Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
23 lines
584 B
Prolog
23 lines
584 B
Prolog
load(qttest_p4)
|
|
SOURCES += tst_qgraphicsscene.cpp
|
|
RESOURCES += images.qrc
|
|
win32:!wince*: LIBS += -lUser32
|
|
|
|
!wince*:!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
DEFINES += QT_NO_CAST_TO_ASCII
|
|
|
|
wince*|symbian: {
|
|
rootFiles.files = Ash_European.jpg graphicsScene_selection.data
|
|
rootFiles.path = .
|
|
renderFiles.files = testData\\render\\*
|
|
renderFiles.path = testData\\render
|
|
DEPLOYMENT += rootFiles renderFiles
|
|
}
|
|
wince*:{
|
|
DEFINES += SRCDIR=\\\".\\\"
|
|
}
|
|
|
|
symbian:TARGET.EPOCHEAPSIZE="0x100000 0x1000000" # Min 1Mb, max 16Mb
|
|
|
|
embedded:CONFIG+=insignificant_test # QTQAINFRA-574
|