aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/ssh.pro
blob: 3ddba21f79b4d44296c3a9d177e00e03936dbc08 (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
32
33
34
35
36
37
QT += gui network
DEFINES += QTCSSH_LIBRARY

include(../../qtcreatorlibrary.pri)

SOURCES = \
    sftpdefs.cpp \
    sftpfilesystemmodel.cpp \
    sftpsession.cpp \
    sftptransfer.cpp \
    sshconnection.cpp \
    sshconnectionmanager.cpp \
    sshkeycreationdialog.cpp \
    sshlogging.cpp \
    sshprocess.cpp \
    sshremoteprocess.cpp \
    sshremoteprocessrunner.cpp \
    sshsettings.cpp

HEADERS = \
    sftpdefs.h \
    sftpfilesystemmodel.h \
    sftpsession.h \
    sftptransfer.h \
    sshconnection.h \
    sshconnectionmanager.h \
    sshkeycreationdialog.h \
    sshlogging_p.h \
    sshprocess.h \
    sshremoteprocess.h \
    sshremoteprocessrunner.h \
    sshsettings.h \
    ssh_global.h

FORMS = $$PWD/sshkeycreationdialog.ui

RESOURCES += $$PWD/ssh.qrc