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

SUBDIRS = \
    ipc \
    mimetypes \
    serialization \
    tools

qtConfig(thread): SUBDIRS += threads