summaryrefslogtreecommitdiffstats
path: root/examples/corelib/corelib.pro
blob: d921ae9ed3709e59fb5bb5e257c801dfc410a0db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = subdirs
CONFIG += no_docs_target

SUBDIRS = \
    ipc \
    mimetypes \
    serialization \
    tools \
    platform \
    time

qtConfig(thread): SUBDIRS += threads