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

#####################################################################
## labsmodelsplugin Plugin:
#####################################################################

add_qml_module(labsmodelsplugin
    CPP_PLUGIN
    URI "Qt.labs.qmlmodels"
    VERSION "1.0"
    SOURCES
        plugin.cpp
    LIBRARIES
        Qt::QmlModelsPrivate
        Qt::QmlPrivate
    PUBLIC_LIBRARIES
        Qt::Qml
        Qt::QmlModels
)

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