summaryrefslogtreecommitdiffstats
path: root/libqsystemtest/libqsystemtest.pro
diff options
context:
space:
mode:
authorKeith Isdale <keith.isdale@nokia.com>2010-07-26 14:56:53 +1000
committerKeith Isdale <keith.isdale@nokia.com>2010-07-26 14:56:53 +1000
commit9f034793bcfc51c2b7c1dd14db806f7258f9a9eb (patch)
tree63bd0f50ce5b77828ad8205eafd7b9412810499e /libqsystemtest/libqsystemtest.pro
parent619d92cfef29e653bfdf852e83888e50cfc4348f (diff)
parent65271649dbc90f3af1184ad1b23bdb64c0c07d07 (diff)
Merge branch 'master' of git://git-nokia.trolltech.com.au/qtsoftware/research/qtuitest
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