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

#####################################################################
## windowplugin Plugin:
#####################################################################

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

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