This example demonstrates how to write a calendar backend plugin using a low-level API for extending Qt applications. Fixes: QTBUG-115200 Change-Id: If0b7f2552ba8c2203acdcbff238fb0ffa7cfca55 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
13 lines
177 B
Prolog
13 lines
177 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS = \
|
|
ipc \
|
|
mimetypes \
|
|
serialization \
|
|
tools \
|
|
platform \
|
|
time
|
|
|
|
qtConfig(thread): SUBDIRS += threads
|