blob: 689014123965efe00c0cef4536ba6ef008f1935f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
CONFIG += warn_on qt
TEMPLATE = lib
DESTDIR = $(OPIEDIR)/plugins/applets
TARGET = example
SOURCES = simpleimpl.cpp
HEADERS = simpleimpl.h
INCLUDEPATH += $(OPIEDIR)/include
DEPENDSPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopieui2
include( $(OPIEDIR)/include.pro )
|