summaryrefslogtreecommitdiffstats
path: root/coreplugin/coreplugin.pro
diff options
context:
space:
mode:
authorDavid Clark <david.a.clark@nokia.com>2010-11-18 16:20:48 +1000
committerDavid Clark <david.a.clark@nokia.com>2010-11-18 16:20:48 +1000
commitc223232bc15106750da632598047a35ad3762723 (patch)
tree403f7aa2c3a5a912edce6feae869046c89d29178 /coreplugin/coreplugin.pro
parentb984b0b62076067f1f75db5a7eda5aaa2cdaad2a (diff)
Mark repository as deprecatedHEADmaster
Diffstat (limited to 'coreplugin/coreplugin.pro')
-rw-r--r--coreplugin/coreplugin.pro60
1 files changed, 0 insertions, 60 deletions
diff --git a/coreplugin/coreplugin.pro b/coreplugin/coreplugin.pro
deleted file mode 100644
index 2712350..0000000
--- a/coreplugin/coreplugin.pro
+++ /dev/null
@@ -1,60 +0,0 @@
-TEMPLATE = lib
-TARGET = Core
-DESTDIR = $$BUILDROOT/lib
-target.path=$$[QT_INSTALL_LIBS]
-INSTALLS+=target
-
-QT += network
-INCLUDEPATH += .. ../botan/build
-LIBS+=-L$$BUILDROOT/lib -lBotan
-DEFINES+=CORE_LIBRARY
-
-HEADERS +=\
- ssh/sftpchannel.h \
- ssh/sftpchannel_p.h \
- ssh/sftpdefs.h \
- ssh/sftpincomingpacket_p.h \
- ssh/sftpoperation_p.h \
- ssh/sftpoutgoingpacket_p.h \
- ssh/sftppacket_p.h \
- ssh/sshbotanconversions_p.h \
- ssh/sshcapabilities_p.h \
- ssh/sshchannel_p.h \
- ssh/sshchannelmanager_p.h \
- ssh/sshconnection.h \
- ssh/sshconnection_p.h \
- ssh/sshcryptofacility_p.h \
- ssh/sshdelayedsignal_p.h \
- ssh/ssherrors.h \
- ssh/sshexception_p.h \
- ssh/sshincomingpacket_p.h \
- ssh/sshkeyexchange_p.h \
- ssh/sshkeygenerator.h \
- ssh/sshoutgoingpacket_p.h \
- ssh/sshpacket_p.h \
- ssh/sshpacketparser_p.h \
- ssh/sshremoteprocess.h \
- ssh/sshremoteprocess_p.h \
- ssh/sshsendfacility_p.h
-
-SOURCES +=\
- ssh/sftpchannel.cpp \
- ssh/sftpdefs.cpp \
- ssh/sftpincomingpacket.cpp \
- ssh/sftpoperation.cpp \
- ssh/sftpoutgoingpacket.cpp \
- ssh/sftppacket.cpp \
- ssh/sshcapabilities.cpp \
- ssh/sshchannel.cpp \
- ssh/sshchannelmanager.cpp \
- ssh/sshconnection.cpp \
- ssh/sshcryptofacility.cpp \
- ssh/sshdelayedsignal.cpp \
- ssh/sshincomingpacket.cpp \
- ssh/sshkeyexchange.cpp \
- ssh/sshkeygenerator.cpp \
- ssh/sshoutgoingpacket.cpp \
- ssh/sshpacket.cpp \
- ssh/sshpacketparser.cpp \
- ssh/sshremoteprocess.cpp \
- ssh/sshsendfacility.cpp