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