1 | # Qt core io module
|
---|
2 |
|
---|
3 | HEADERS += \
|
---|
4 | io/qabstractfileengine.h \
|
---|
5 | io/qabstractfileengine_p.h \
|
---|
6 | io/qbuffer.h \
|
---|
7 | io/qdatastream.h \
|
---|
8 | io/qdatastream_p.h \
|
---|
9 | io/qdataurl_p.h \
|
---|
10 | io/qdebug.h \
|
---|
11 | io/qdir.h \
|
---|
12 | io/qdiriterator.h \
|
---|
13 | io/qfile.h \
|
---|
14 | io/qfileinfo.h \
|
---|
15 | io/qfileinfo_p.h \
|
---|
16 | io/qiodevice.h \
|
---|
17 | io/qiodevice_p.h \
|
---|
18 | io/qnoncontiguousbytedevice_p.h \
|
---|
19 | io/qprocess.h \
|
---|
20 | io/qprocess_p.h \
|
---|
21 | io/qtextstream.h \
|
---|
22 | io/qtemporaryfile.h \
|
---|
23 | io/qresource_p.h \
|
---|
24 | io/qresource_iterator_p.h \
|
---|
25 | io/qurl.h \
|
---|
26 | io/qsettings.h \
|
---|
27 | io/qsettings_p.h \
|
---|
28 | io/qfsfileengine.h \
|
---|
29 | io/qfsfileengine_p.h \
|
---|
30 | io/qfsfileengine_iterator_p.h \
|
---|
31 | io/qfilesystemwatcher.h \
|
---|
32 | io/qfilesystemwatcher_p.h
|
---|
33 |
|
---|
34 | SOURCES += \
|
---|
35 | io/qabstractfileengine.cpp \
|
---|
36 | io/qbuffer.cpp \
|
---|
37 | io/qdatastream.cpp \
|
---|
38 | io/qdataurl.cpp \
|
---|
|
---|