blob: 124d10a493e3f976215bf97e7cc080f5e8f7c6a6 (
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 += ../../launcher
LIBS += -lqpe
VERSION = 1.0.0
include ( $(OPIEDIR)/include.pro )
|