blob: 816a6a9fef08d5f8c2da528ae9517dc2c9c10fe2 [file] [log] [blame]
CXX_MODULE = qml
TARGET = qmlsettingsplugin
TARGETPATH = Qt/labs/settings
IMPORT_VERSION = 1.1
QT = core qml
HEADERS += \
qqmlsettings_p.h
SOURCES += \
plugin.cpp \
qqmlsettings.cpp
load(qml_plugin)