blob: 8ab4f1040516dc6b43d83e797e7d48c280fc6aae [file] [log] [blame]
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)