aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/calendar/calendar.pro
blob: 1498c08148863db06bb13a0325a0d074cbc7a230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TARGET  = qtlabscalendarplugin
TARGETPATH = Qt/labs/calendar
IMPORT_VERSION = 1.0

QT += qml quick
QT += core-private gui-private qml-private quick-private quicktemplates-private

DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII

INCLUDEPATH += $$PWD

OTHER_FILES += \
    qmldir

SOURCES += \
    $$PWD/qtlabscalendarplugin.cpp

include(calendar.pri)

CONFIG += no_cxx_module
load(qml_plugin)