aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/settings/CMakeLists.txt
blob: 0fc17698ebb2ba15a0e702e82cac008b6c5d763a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated from settings.pro.

#####################################################################
## qmlsettingsplugin Plugin:
#####################################################################

add_qml_module(qmlsettingsplugin
    CPP_PLUGIN
    URI "Qt.labs.settings"
    VERSION "1.1"
    SOURCES
        plugin.cpp
        qqmlsettings.cpp qqmlsettings_p.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Qml
)

#### Keys ignored in scope 1:.:.:settings.pro:<TRUE>:
# CXX_MODULE = "qml"
# IMPORT_VERSION = "1.1"
# TARGETPATH = "Qt/labs/settings"
# _LOADED = "qml_plugin"