Magdalena Stojek f071d4ee8a 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-07-04 15:25:29 +02:00

12 lines
280 B
Prolog

TEMPLATE = app
TARGET = application
INCLUDEPATH += . \
../common/
QT += core core-private widgets
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/datetime/calendarbackendplugin/application
INSTALLS += target
SOURCES += main.cpp
HEADERS += ../common/calendarBackendInterface.h