Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
39 lines
899 B
Prolog
39 lines
899 B
Prolog
load(qttest_p4)
|
|
contains(QT_CONFIG,declarative): QT += declarative
|
|
macx:CONFIG -= app_bundle
|
|
|
|
SOURCES += tst_qmlvisual.cpp
|
|
|
|
wince*|symbian: {
|
|
importFiles.path = .
|
|
importFiles.files = animation \
|
|
fillmode \
|
|
focusscope \
|
|
ListView \
|
|
qdeclarativeborderimage \
|
|
qdeclarativeflickable \
|
|
qdeclarativeflipable \
|
|
qdeclarativegridview \
|
|
qdeclarativemousearea \
|
|
qdeclarativeparticles \
|
|
qdeclarativepathview \
|
|
qdeclarativepositioners \
|
|
qdeclarativesmoothedanimation \
|
|
qdeclarativespringanimation \
|
|
qdeclarativetext \
|
|
qdeclarativetextedit \
|
|
qdeclarativetextinput \
|
|
rect \
|
|
repeater \
|
|
selftest_noimages \
|
|
webview
|
|
DEPLOYMENT += importFiles
|
|
wince*: DEFINES += QT_TEST_SOURCE_DIR=\\\".\\\"
|
|
} else {
|
|
DEFINES += QT_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\"
|
|
}
|
|
|
|
CONFIG += parallel_test
|
|
|
|
CONFIG+=insignificant_test # QTQAINFRA-428
|