summaryrefslogtreecommitdiffstats
path: root/tests/auto/other.pro
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-05-17 18:09:34 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2011-05-18 11:25:17 +1000
commit0cd93933d8e5cc69151958fc285936854ff86e47 (patch)
treea05c3e31409c51835f13d390a838f013d6e9e613 /tests/auto/other.pro
parent6e50394c4eac9b3e91f6df7e944181cf7f54b0fe (diff)
Make QDataStream test compile and re-enable it
This test can't use svg files as QtSvg is a separate module, on which qtbase does not depend. This commit changes the test to use a pixmap that was already present in the test. Change-Id: Iab4ce70aa376a7d2985b69816bd251ce4f5d46cf Task-number: QTBUG-19244 Reviewed-by: Rohan McGovern
Diffstat (limited to 'tests/auto/other.pro')
-rw-r--r--tests/auto/other.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other.pro b/tests/auto/other.pro
index b3715b3993..b50e1697b3 100644
--- a/tests/auto/other.pro
+++ b/tests/auto/other.pro
@@ -8,7 +8,7 @@ SUBDIRS=\
qalgorithms \
qcombobox \
qcssparser \
- #qdatastream \ # FIXME: uses qtsvg (QTBUG-19244)
+ qdatastream \
qdir \
qfocusevent \
qimage \