summaryrefslogtreecommitdiffstats
path: root/libqsystemtest/libqsystemtest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'libqsystemtest/libqsystemtest.pro')
-rw-r--r--libqsystemtest/libqsystemtest.pro61
1 files changed, 59 insertions, 2 deletions
diff --git a/libqsystemtest/libqsystemtest.pro b/libqsystemtest/libqsystemtest.pro
index f0ff053..2bc22be 100644
--- a/libqsystemtest/libqsystemtest.pro
+++ b/libqsystemtest/libqsystemtest.pro
@@ -13,7 +13,8 @@ SEMI_PRIVATE_HEADERS += \
HEADERS +=\
gracefulquit.h \
qabstracttest.h \
- qsystemtest.h
+ qsystemtest.h \
+ testdevicecontrol.h
SOURCES +=\
gracefulquit.cpp \
@@ -22,11 +23,66 @@ SOURCES +=\
qtestverifydlg.cpp \
qsystemtest.cpp \
qsystemtest_p.cpp \
- qsystemtestmaster.cpp
+ qsystemtestmaster.cpp \
+ testdevicecontrol.cpp
+
+HEADERS +=\
+ ../coreplugin/ssh/sftpchannel.h \
+ ../coreplugin/ssh/sftpchannel_p.h \
+ ../coreplugin/ssh/sftpdefs.h \
+ ../coreplugin/ssh/sftpincomingpacket_p.h \
+ ../coreplugin/ssh/sftpoperation_p.h \
+ ../coreplugin/ssh/sftpoutgoingpacket_p.h \
+ ../coreplugin/ssh/sftppacket_p.h \
+ ../coreplugin/ssh/sshbotanconversions_p.h \
+ ../coreplugin/ssh/sshcapabilities_p.h \
+ ../coreplugin/ssh/sshchannel_p.h \
+ ../coreplugin/ssh/sshchannelmanager_p.h \
+ ../coreplugin/ssh/sshconnection.h \
+ ../coreplugin/ssh/sshconnection_p.h \
+ ../coreplugin/ssh/sshcryptofacility_p.h \
+ ../coreplugin/ssh/sshdelayedsignal_p.h \
+ ../coreplugin/ssh/ssherrors.h \
+ ../coreplugin/ssh/sshexception_p.h \
+ ../coreplugin/ssh/sshincomingpacket_p.h \
+ ../coreplugin/ssh/sshkeyexchange_p.h \
+ ../coreplugin/ssh/sshkeygenerator.h \
+ ../coreplugin/ssh/sshoutgoingpacket_p.h \
+ ../coreplugin/ssh/sshpacket_p.h \
+ ../coreplugin/ssh/sshpacketparser_p.h \
+ ../coreplugin/ssh/sshremoteprocess.h \
+ ../coreplugin/ssh/sshremoteprocess_p.h \
+ ../coreplugin/ssh/sshsendfacility_p.h
+
+SOURCES +=\
+ ../coreplugin/ssh/sftpchannel.cpp \
+ ../coreplugin/ssh/sftpdefs.cpp \
+ ../coreplugin/ssh/sftpincomingpacket.cpp \
+ ../coreplugin/ssh/sftpoperation.cpp \
+ ../coreplugin/ssh/sftpoutgoingpacket.cpp \
+ ../coreplugin/ssh/sftppacket.cpp \
+ ../coreplugin/ssh/sshcapabilities.cpp \
+ ../coreplugin/ssh/sshchannel.cpp \
+ ../coreplugin/ssh/sshchannelmanager.cpp \
+ ../coreplugin/ssh/sshconnection.cpp \
+ ../coreplugin/ssh/sshcryptofacility.cpp \
+ ../coreplugin/ssh/sshdelayedsignal.cpp \
+ ../coreplugin/ssh/sshincomingpacket.cpp \
+ ../coreplugin/ssh/sshkeyexchange.cpp \
+ ../coreplugin/ssh/sshkeygenerator.cpp \
+ ../coreplugin/ssh/sshoutgoingpacket.cpp \
+ ../coreplugin/ssh/sshpacket.cpp \
+ ../coreplugin/ssh/sshpacketparser.cpp \
+ ../coreplugin/ssh/sshremoteprocess.cpp \
+ ../coreplugin/ssh/sshsendfacility.cpp
+
+
VPATH+=$$PWD
INCLUDEPATH+=$$PWD
INCLUDEPATH+=$$SRCROOT
+INCLUDEPATH+=$$SRCROOT/botan/build
+INCLUDEPATH+=$$SRCROOT/coreplugin
DEPENDPATH+=$$SRCROOT
TEMPLATE=lib
@@ -36,6 +92,7 @@ HEADERS*=$$SEMI_PRIVATE_HEADERS $$PRIVATE_HEADERS
INCLUDEPATH+=$$SRCROOT/libqtuitest
CONFIG+=qtestlib
QT+=network
+LIBS+= -lBotan
unix:!symbian {
DESTDIR=$$BUILDROOT/lib