summaryrefslogtreecommitdiff
path: root/core/applets/multikeyapplet/multikeyapplet.pro
blob: 4be1f74623a65374363a97188562e1197fad4bf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE	= lib
CONFIG		+= qt plugin warn_on release
HEADERS	=   multikey.h multikeyappletimpl.h
SOURCES	=   multikey.cpp multikeyappletimpl.cpp
TARGET		= multikeyapplet
DESTDIR		= $(OPIEDIR)/plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH      += ../$(OPIEDIR)/include ..
LIBS            += -lqpe -lopie
VERSION		= 1.0.0

include ( $(OPIEDIR)/include.pro )
target.path = $$prefix/plugins/applets