aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/calendar/calendar.pro
blob: f7fc993be3c5ab073d13702cac1d9cbfd6dcdf45 (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 quickcontrols2-private

DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII

INCLUDEPATH += $$PWD

OTHER_FILES += \
    qmldir

SOURCES += \
    $$PWD/qtquickcalendar2plugin.cpp

include(calendar.pri)

CONFIG += no_cxx_module
load(qml_plugin)