aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/calendar/calendar.pro
blob: b83186724059cbd0c1e6debbf3a9acc6d22a851b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET  = qtquickcalendar2plugin
TARGETPATH = QtQuick/Calendar.2
IMPORT_VERSION = 2.0

QT += qml quick
QT += core-private gui-private qml-private quick-private quickcontrols2-private quickcalendar2-private

OTHER_FILES += \
    qmldir

QML_FILES = \
    CalendarView.qml \
    DayOfWeekRow.qml \
    WeekNumberColumn.qml

SOURCES += \
    $$PWD/qtquickcalendar2plugin.cpp

CONFIG += no_cxx_module
load(qml_plugin)