From c66c82f5d42f17668794747006d5c8cf6cb62476 Mon Sep 17 00:00:00 2001 From: zecke Date: Thu, 05 Feb 2004 21:44:45 +0000 Subject: Initial revision --- (limited to 'examples/example.pro') diff --git a/examples/example.pro b/examples/example.pro new file mode 100644 index 0000000..3c003af --- a/dev/null +++ b/examples/example.pro @@ -0,0 +1,12 @@ +TEMPLATE = lib +CONFIG += qt plugin warn_on release +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 ) -- cgit v0.9.0.2