aboutsummaryrefslogtreecommitdiffstats
path: root/src/labs/wavefrontmesh/CMakeLists.txt
blob: 7a6c7a5cc098681e9aae1d5c47603437375970a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
qt_internal_add_qml_module(LabsWavefrontMesh
    URI "Qt.labs.wavefrontmesh"
    VERSION "${PROJECT_VERSION}"
    PLUGIN_TARGET qmlwavefrontmeshplugin
    CLASS_NAME QmlWavefrontMeshPlugin
    SOURCES
        qwavefrontmesh.cpp qwavefrontmesh_p.h
        qqmlwavefrontmeshglobal_p.h
    DEFINES
        QT_BUILD_LABSWAVEFRONTMESH_LIB
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        Qt::QuickPrivate
)