summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/io.pri
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-12-02 19:26:38 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-12-02 19:26:38 (GMT)
commitc0d237b7aa6e0257e3c3eee7336deaed1cf68252 (patch)
tree2b967178643c8deaf4951ee6421bb696fd11b4b7 /src/corelib/io/io.pri
parent0fc7c731b47d7984ab8039f70561ad559a0bd36d (diff)
downloadQt-c0d237b7aa6e0257e3c3eee7336deaed1cf68252.zip
Qt-c0d237b7aa6e0257e3c3eee7336deaed1cf68252.tar.gz
Qt-c0d237b7aa6e0257e3c3eee7336deaed1cf68252.tar.bz2
Move data: decoding to function
Merge-request: 1560 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
Diffstat (limited to 'src/corelib/io/io.pri')
-rw-r--r--src/corelib/io/io.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri
index 02a1586..2ed0e46 100644
--- a/src/corelib/io/io.pri
+++ b/src/corelib/io/io.pri
@@ -6,6 +6,7 @@ HEADERS += \
io/qbuffer.h \
io/qdatastream.h \
io/qdatastream_p.h \
+ io/qdataurl_p.h \
io/qdebug.h \
io/qdir.h \
io/qdiriterator.h \
@@ -34,6 +35,7 @@ SOURCES += \
io/qabstractfileengine.cpp \
io/qbuffer.cpp \
io/qdatastream.cpp \
+ io/qdataurl.cpp \
io/qdebug.cpp \
io/qdir.cpp \
io/qdiriterator.cpp \