aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/calendar/calendar.pri
blob: 9fc4d94f442ea89c5f382d9ad263f43b9d1ba9fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
QML_FILES = \
    CalendarView.qml \
    DayOfWeekRow.qml \
    WeekNumberColumn.qml

HEADERS += \
    $$PWD/qquickcalendarmodel_p.h \
    $$PWD/qquickcalendarview_p.h \
    $$PWD/qquickdayofweekmodel_p.h \
    $$PWD/qquickdayofweekrow_p.h \
    $$PWD/qquickmonthmodel_p.h \
    $$PWD/qquickweeknumbercolumn_p.h \
    $$PWD/qquickweeknumbermodel_p.h

SOURCES += \
    $$PWD/qquickcalendarmodel.cpp \
    $$PWD/qquickcalendarview.cpp \
    $$PWD/qquickdayofweekmodel.cpp \
    $$PWD/qquickdayofweekrow.cpp \
    $$PWD/qquickmonthmodel.cpp \
    $$PWD/qquickweeknumbercolumn.cpp \
    $$PWD/qquickweeknumbermodel.cpp