qt5base-lts/examples/corelib/corelib.pro
Lorn Potter 45c358b0da threads: disable threads examples for nothread builds
Change-Id: I2c253de973f5399c5ed68194b969ccebe457c689
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
2018-12-10 05:36:08 +00:00

11 lines
151 B
Prolog

TEMPLATE = subdirs
CONFIG += no_docs_target
SUBDIRS = \
ipc \
mimetypes \
serialization \
tools
qtConfig(thread): SUBDIRS += threads