aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/.prev_CMakeLists.txt
blob: 178906d75b7e86d8bcb2f65f66d45f7a25ad4f3c (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
31
32
33
34
35
# Generated from templates.pro.

#####################################################################
## qtquicktemplates2plugin Plugin:
#####################################################################

qt_add_qml_module(qtquicktemplates2plugin
    URI "QtQuick.Templates"
    VERSION "${CMAKE_PROJECT_VERSION}"
    CLASSNAME QtQuickTemplates2Plugin
    DEPENDENCIES
        QtQuick.Window/2.2
    SKIP_TYPE_REGISTRATION
    SOURCES
        qtquicktemplates2plugin.cpp
    DEFINES
        QT_NO_CAST_FROM_ASCII
        QT_NO_CAST_TO_ASCII
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        Qt::QmlPrivate
        Qt::QuickPrivate
        Qt::QuickTemplates2Private
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::Qml
        Qt::Quick
)

#### Keys ignored in scope 1:.:.:templates.pro:<TRUE>:
# OTHER_FILES = "qmldir"
# QML_IMPORT_VERSION = "$$QT_VERSION"
# TARGETPATH = "QtQuick/Templates"