summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qmediaimageviewerwidgets/qmediaimageviewerwidgets.pro
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2011-11-04 13:38:44 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-04 08:19:17 +0100
commite3a8c165eabe139d71a762089ab396e5b492c70b (patch)
tree16d9960d2d20d65e0a5d1becc181c0a7b095d0aa /tests/auto/unit/qmediaimageviewerwidgets/qmediaimageviewerwidgets.pro
parent7dfb883df639f8d80cec7bd2c51eb37561bc4522 (diff)
Rearrange the automatic tests.
Split them into unit and integration tests. Integration tests really need to be run on the real platform (not in a VM etc) since they are somewhat unstable or nonfunctional otherwise. A few tests were previously broken by QUrl changes and they were repaired. Removed one test since it was not providing a lot of value. There are still a number of tests that rely on Q_AUTOTEST_EXPORT symbols. Change-Id: Ic402abf0af946baa5945075d975b3f584f9ef280 Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
Diffstat (limited to 'tests/auto/unit/qmediaimageviewerwidgets/qmediaimageviewerwidgets.pro')
-rw-r--r--tests/auto/unit/qmediaimageviewerwidgets/qmediaimageviewerwidgets.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/unit/qmediaimageviewerwidgets/qmediaimageviewerwidgets.pro b/tests/auto/unit/qmediaimageviewerwidgets/qmediaimageviewerwidgets.pro
new file mode 100644
index 000000000..a37ae8832
--- /dev/null
+++ b/tests/auto/unit/qmediaimageviewerwidgets/qmediaimageviewerwidgets.pro
@@ -0,0 +1,17 @@
+CONFIG += testcase
+TARGET = tst_qmediaimageviewerwidgets
+
+QT += multimedia-private multimediawidgets-private network testlib
+CONFIG += no_private_qt_headers_warning
+
+SOURCES += tst_qmediaimageviewerwidgets.cpp
+
+RESOURCES += \
+ images.qrc
+
+!contains(QT_CONFIG, no-jpeg):DEFINES += QTEST_HAVE_JPEG
+
+wince* {
+ !contains(QT_CONFIG, no-jpeg): DEPLOYMENT_PLUGIN += qjpeg
+}
+QT+=widgets