summaryrefslogtreecommitdiff
path: root/noncore/settings/sshkeys/sshkeys.pro
Unidiff
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 @@
1TEMPLATE = app
2CONFIG += qt warn_on release
3HEADERS = sshkeys.h
4SOURCES = main.cpp sshkeys.cpp
5TARGET = sshkeys
6INTERFACES = sshkeysbase.ui
7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe -lopie
10DESTDIR = $(OPIEDIR)/bin
11