summaryrefslogtreecommitdiff
path: root/inputmethods/dvorak/dvorak.pro
blob: c1cf86147d015099aa50ef9d38293209b5ef0ad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE	= lib
CONFIG		+= qt plugin warn_on release
HEADERS	=   dvorak.h \
	    dvorakimpl.h 
SOURCES	=   dvorak.cpp \
	    dvorakimpl.cpp
TARGET		= qdvorak
DESTDIR		= ../../plugins/inputmethods
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH      +=  ../../launcher
LIBS            += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard
QMAKE_LFLAGS	+= -Wl,-rpath,${palmtopdir}/plugins/inputmethods
VERSION		= 1.0.0

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