This website requires JavaScript.
Explore
Help
Sign In
1berry
/
qtbase
Watch
1
Star
0
Fork
0
You've already forked qtbase
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
qtbase
/
examples
/
corelib
/
time
/
time.pro
5 lines
100 B
Prolog
Raw
Permalink
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 10:54:45 +02: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 12:42:02 +03:00
qtHaveModule
(
widgets
)
:
SUBDIRS
=
calendarbackendplugin
Reference in New Issue
Copy Permalink