summaryrefslogtreecommitdiff
path: root/noncore/settings/sshkeys/sshkeys.pro
blob: 273db3c6fc6ed7af7e6ff3820291322ad33e8dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 -lopiecore2
DESTDIR = $(OPIEDIR)/bin

include ( $(OPIEDIR)/include.pro )