aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/wavefrontmesh/CMakeLists.txt
blob: 3162873b1ac15f2102567ede2cabd69b16847412 (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
26
27
28
# Generated from wavefrontmesh.pro.

#####################################################################
## qmlwavefrontmeshplugin Plugin:
#####################################################################

add_qml_module(qmlwavefrontmeshplugin
    CPP_PLUGIN
    URI "Qt.labs.wavefrontmesh"
    VERSION "1.${CMAKE_PROJECT_VERSION_MINOR}"
    SOURCES
        plugin.cpp
        qwavefrontmesh.cpp qwavefrontmesh.h
    LIBRARIES
        Qt::CorePrivate
        Qt::QmlPrivate
        Qt::QuickPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Qml
        Qt::Quick
)

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