aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/particles/CMakeLists.txt
blob: 2643f6434e50c6e2c06732961f906c751f6aaac3 (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
29
30
# Generated from particles.pro.

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

add_qml_module(particlesplugin
    CPP_PLUGIN
    TARGET_PATH "QtQuick/Particles.2"
    URI "QtQuick.Particles"
    VERSION "2.${CMAKE_PROJECT_VERSION_MINOR}"
    SOURCES
        plugin.cpp
    LIBRARIES
        Qt::QmlPrivate
        Qt::QuickParticlesPrivate
        Qt::QuickPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::Qml
        Qt::Quick
        Qt::QuickParticles
)

#### Keys ignored in scope 1:.:.:particles.pro:<TRUE>:
# CXX_MODULE = "qml"
# IMPORT_VERSION = "2.$$QT_MINOR_VERSION"
# TARGETPATH = "QtQuick/Particles.2"
# _LOADED = "qml_plugin"