summaryrefslogtreecommitdiffstats
path: root/src/networksettings/networksettings.pro
blob: 78e757303edb6c3ae662e59aebf087f08e3249c5 (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
load(qt_build_config)

TARGET = QtNetworkSettings
VERSION = 1.0

QT = core network

MODULE = networksettings
load(qt_module)
include(connman.pri)

# Input
SOURCES += \
    qnetworksettingsinterfacemodel.cpp \
    qnetworksettings.cpp \
    qnetworksettingsmanager.cpp \
    qnetworksettingsaddressmodel.cpp \
    qnetworksettingsservicemodel.cpp \
    qnetworksettingsservice.cpp \
    qnetworksettingsuseragent.cpp \
    qnetworksettingsinterface.cpp \

HEADERS += \
    qnetworksettingsinterfacemodel.h \
    qnetworksettings.h \
    qnetworksettingsmanager.h \
    qnetworksettingsaddressmodel.h \
    qnetworksettingsservicemodel.h \
    qnetworksettingsservice.h \
    qnetworksettingsuseragent.h \
    qnetworksettingsinterface.h \