aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/particles/CMakeLists.txt
blob: 7e754a2ceeee11df100caa6a90ad3e2f55246f45 (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 particles.pro.

#####################################################################
## particlesplugin Plugin:
#####################################################################

qt_internal_add_qml_module(particlesplugin
    URI "QtQuick.Particles"
    VERSION "${CMAKE_PROJECT_VERSION}"
    CLASSNAME QtQuick2ParticlesPlugin
    SKIP_TYPE_REGISTRATION
    SOURCES
        plugin.cpp
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::QmlPrivate
        Qt::QuickParticlesPrivate
        Qt::QuickPrivate
)

#### Keys ignored in scope 1:.:.:particles.pro:<TRUE>:
# CXX_MODULE = "qml"
# QML_IMPORT_VERSION = "$$QT_VERSION"
# TARGETPATH = "QtQuick/Particles"