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

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

qt_add_qml_module(windowplugin
    TARGET_PATH "QtQuick/Window.2"
    URI "QtQuick.Window"
    VERSION "2.${CMAKE_PROJECT_VERSION_MINOR}"
    DESIGNER_SUPPORTED
    CLASSNAME QtQuick2WindowPlugin
    SKIP_TYPE_REGISTRATION
    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"