summaryrefslogtreecommitdiffstats
path: root/src/imports/networksettings/CMakeLists.txt
blob: 0c43a307e3ff24b46089f66f0b5b16d45284f125 (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
# Generated from networksettings.pro.

#####################################################################
## networksettingsplugin Plugin:
#####################################################################

qt_add_qml_module(networksettingsplugin
    URI "QtDeviceUtilities.NetworkSettings"
    VERSION "${CMAKE_PROJECT_VERSION}"
    CLASSNAME NetworkSettingsQmlPlugin
    SKIP_TYPE_REGISTRATION
    SOURCES
        plugin.cpp plugin.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::Qml
        Qt::Quick
        networksettings
)

#### Keys ignored in scope 1:.:.:networksettings.pro:<TRUE>:
# QML_IMPORT_VERSION = "$$QT_VERSION"
# TARGETPATH = "QtDeviceUtilities/NetworkSettings"