summaryrefslogtreecommitdiffstats
path: root/src/imports/networksettings/CMakeLists.txt
blob: b2b07b8e76c9f0d9b628c5e0743e5d9e24c7d939 (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
        Qt::NetworkSettings
)

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