aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/sharedimage/sharedimage.pro
blob: 8ab4f1040516dc6b43d83e797e7d48c280fc6aae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CXX_MODULE = qml
TARGET = sharedimageplugin
TARGETPATH = Qt/labs/sharedimage
IMPORT_VERSION = 1.0

QT *= quick-private qml gui-private core-private

SOURCES += \
    plugin.cpp \
    sharedimageprovider.cpp \
    qsharedimageloader.cpp

HEADERS += \
    sharedimageprovider.h \
    qsharedimageloader_p.h

CONFIG += qmltypes install_qmltypes
load(qml_plugin)