summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/nla/nla.pro
blob: ecf958f559fc08b27b04466d71a44fd29dd8d529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TARGET = qnlabearer
include(../../qpluginbase.pri)

QT = core network

!wince* {
    LIBS += -lWs2_32
} else {
    LIBS += -lWs2
}

HEADERS += qnlaengine.h \
           ../platformdefs_win.h \
           ../qnetworksession_impl.h \
           ../qbearerengine_impl.h

SOURCES += main.cpp \
           qnlaengine.cpp \
           ../qnetworksession_impl.cpp

DESTDIR = $$QT.network.plugins/bearer
target.path += $$[QT_INSTALL_PLUGINS]/bearer
INSTALLS += target