aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/highdpi/CMakeLists.txt
blob: db4e34719b2c44eba7ea0ea259a32bddc57829e6 (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from highdpi.pro.

#####################################################################
## qmlimageproviderplugin Generic Library:
#####################################################################

qt_internal_add_cmake_library(qmlimageproviderplugin
    MODULE
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/quick/imageprovider/ImageProvider"
    OUTPUT_DIRECTORY "ImageProvider"
    SOURCES
        imageprovider.cpp
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::Qml
        Qt::Quick
)

#### Keys ignored in scope 1:.:.:highdpi.pro:<TRUE>:
# INSTALLS = "target" "qml"
# TEMPLATE = "lib"
# qml.files = "ImageProvider/qmldir"
# qml.path = "$$[QT_INSTALL_EXAMPLES]/quick/imageprovider/ImageProvider"
# target.path = "$$[QT_INSTALL_EXAMPLES]/quick/imageprovider/ImageProvider"

qt_autogen_tools_initial_setup(qmlimageproviderplugin)