summaryrefslogtreecommitdiff
path: root/recipes/putty/putty/psftp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/putty/putty/psftp.pro')
-rw-r--r--recipes/putty/putty/psftp.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/putty/putty/psftp.pro b/recipes/putty/putty/psftp.pro
new file mode 100644
index 0000000000..4c491bafdc
--- /dev/null
+++ b/recipes/putty/putty/psftp.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+TARGET = psftp
+CONFIG = warn_on release console
+DEPENDPATH += unix charset
+INCLUDEPATH += . unix charset
+
+SOURCES += be_none.c psftp.c sftp.o unix/uxsftp.c
+
+LIBS += -L. -lputty
+