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

QT += qml quick
QT += core-private gui-private qml-private quick-private quickcontrols-private quickcalendar-private

OTHER_FILES += \
    qmldir

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

SOURCES += \
    $$PWD/qtquickcalendar2plugin.cpp

CONFIG += no_cxx_module
load(qml_plugin)