aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/settings/settings.pro
blob: 6fd8b8cddd73ebdb891b5244af8b4d4ab99dfac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CXX_MODULE = qml
TARGET  = qmlsettingsplugin
TARGETPATH = Qt/labs/settings
QML_IMPORT_VERSION = $$QT_VERSION

QT = core qml

HEADERS += \
    qqmlsettings_p.h

SOURCES += \
    plugin.cpp \
    qqmlsettings.cpp

CONFIG += qmltypes install_qmltypes

load(qml_plugin)