diff options
Diffstat (limited to 'tests/auto/qdatastream/qdatastream.pro')
-rw-r--r-- | tests/auto/qdatastream/qdatastream.pro | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/auto/qdatastream/qdatastream.pro b/tests/auto/qdatastream/qdatastream.pro new file mode 100644 index 0000000..40231ea --- /dev/null +++ b/tests/auto/qdatastream/qdatastream.pro @@ -0,0 +1,20 @@ +load(qttest_p4) +SOURCES += tst_qdatastream.cpp + +cross_compile: DEFINES += SVGFILE=\\\"tests2.svg\\\" +else: DEFINES += SVGFILE=\\\"gearflowers.svg\\\" + +# for qpaintdevicemetrics.h +contains(QT_CONFIG, qt3support):QT += qt3support +QT += svg + + +wince*: { + addFiles.sources = datastream.q42 gearflowers.svg + addFiles.path = . + DEPLOYMENT += addFiles + DEFINES += SRCDIR=\\\"\\\" +} else { + DEFINES += SRCDIR=\\\"$$PWD/\\\" +} + |