aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/sharedimage/sharedimage.pro
blob: cee4c3465ef5d41cd38cc16f56847217534287e7 (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
QML_IMPORT_VERSION = $$QT_VERSION

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)