summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/io.pro
blob: 3c68e0a6a7f2c5f7eda5f4aeb57f5411fe010adb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TEMPLATE=subdirs
SUBDIRS=\
    qabstractfileengine \
    qbuffer \
    qdatastream \
    qdebug \
    qdir \
    qdiriterator \
    qfile \
    qfileinfo \
    qfilesystementry \
    qfilesystemwatcher \
    qiodevice \
    qprocess \
    qprocessenvironment \
    qresourceengine \
    qsettings \
    qstandardpaths \
    qtemporaryfile \
    qtextstream \
    qurl \

!contains(QT_CONFIG, private_tests): SUBDIRS -= \
    qfileinfo

win32:!contains(QT_CONFIG, private_tests): SUBDIRS -= \
    qfilesystementry