summaryrefslogtreecommitdiff
path: root/noncore/settings/sshkeys/sshkeys.pro
authordwmw2 <dwmw2>2002-09-19 20:44:40 (UTC)
committer dwmw2 <dwmw2>2002-09-19 20:44:40 (UTC)
commitf4162d2283ebf0327645e0ac66b539cf87565d0b (patch) (side-by-side diff)
treee15f52a57ad9af4ab9581d63a35cee05510742c9 /noncore/settings/sshkeys/sshkeys.pro
parent9c39f0983a3b8d280ee651d578593ed2196f2607 (diff)
downloadopie-f4162d2283ebf0327645e0ac66b539cf87565d0b.zip
opie-f4162d2283ebf0327645e0ac66b539cf87565d0b.tar.gz
opie-f4162d2283ebf0327645e0ac66b539cf87565d0b.tar.bz2
Initial import of half-finished ssh-agent key management tool.
Diffstat (limited to 'noncore/settings/sshkeys/sshkeys.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sshkeys/sshkeys.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/noncore/settings/sshkeys/sshkeys.pro b/noncore/settings/sshkeys/sshkeys.pro
new file mode 100644
index 0000000..33155e3
--- a/dev/null
+++ b/noncore/settings/sshkeys/sshkeys.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+CONFIG += qt warn_on release
+HEADERS = sshkeys.h
+SOURCES = main.cpp sshkeys.cpp
+TARGET = sshkeys
+INTERFACES = sshkeysbase.ui
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe -lopie
+DESTDIR = $(OPIEDIR)/bin
+