source: trunk/src/corelib/io/io.pri@ 437

Last change on this file since 437 was 72, checked in by Dmitry A. Kuminov, 16 years ago

corelib: OS/2: Reimplemented QProcess using libc pipes (#7).

File size: 2.6 KB
Line 
1# Qt core io module
2
3HEADERS += \
4 io/qabstractfileengine.h \
5 io/qabstractfileengine_p.h \
6 io/qbuffer.h \
7 io/qdatastream.h \
8 io/qdebug.h \
9 io/qdir.h \
10 io/qdiriterator.h \
11 io/qfile.h \
12 io/qfileinfo.h \
13 io/qfileinfo_p.h \
14 io/qiodevice.h \
15 io/qiodevice_p.h \
16 io/qprocess.h \
17 io/qprocess_p.h \
18 io/qtextstream.h \
19 io/qtemporaryfile.h \
20 io/qresource_p.h \
21 io/qresource_iterator_p.h \