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