This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
qtbase
mirror of
https://github.com/qt/qtbase.git
Watch
1
Star
0
Fork
You've already forked qtbase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dc88c6ab0b
qtbase
/
examples
/
corelib
/
time
/
time.pro
5 lines
100 B
Prolog
Raw
Normal View
History
Unescape
Escape
QCalendar example illustrating the user-supplied plugin mechanism 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>
2024-04-16 08:54:45 +00:00
TEMPLATE
=
subdirs
CONFIG
+=
no_docs_target
Compile calendarbackendplugin only if widgets are enabled The example links against widgets unconditionally => add proper build-time guard Task-number: QTBUG-136101 Pick-to: 6.9 Change-Id: I62ea42a04f7ff421753a0fc7a30cd969cfaff6e2 Reviewed-by: Magdalena Stojek <magdalena.stojek@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2025-04-28 09:42:02 +00:00
qtHaveModule
(
widgets
)
:
SUBDIRS
=
calendarbackendplugin