summaryrefslogtreecommitdiff
path: root/examples/inputmethod/example.pro
blob: b3cfc6bfb7d42de7658b48ede3dcff9b99f48a9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE	= lib
CONFIG		+= qt plugin warn_on 
HEADERS	=   exampleboardimpl.h
SOURCES	=   exampleboardimpl.cpp
TARGET		= example_board
DESTDIR		= $(OPIEDIR)/plugins/inputmethods
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH      += ../$(OPIEDIR)/include ../../launcher
LIBS            += -lqpe
VERSION		= 1.0.0

include ( $(OPIEDIR)/include.pro )