aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/sharedimage/sharedimage.pro
blob: c91ccd593d3942493dd91f373eb696d4c6cba656 (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 = 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)