aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmllocalstorage/CMakeLists.txt
blob: 8a67f14766c6fbc629e0603e252347d283924f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_qml_module(QmlLocalStorage
    URI "QtQuick.LocalStorage"
    VERSION "${PROJECT_VERSION}"
    PLUGIN_TARGET qmllocalstorageplugin
    CLASS_NAME QQmlLocalStoragePlugin
    SOURCES
        qqmllocalstorage.cpp qqmllocalstorage_p.h
        qqmllocalstorageglobal_p.h
    DEFINES
        QT_BUILD_QMLLOCALSTORAGE_LIB
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::QmlPrivate
        Qt::Sql
    GENERATE_CPP_EXPORTS
    )