summaryrefslogtreecommitdiffabout
path: root/kabc/converter/qtopia/qtopiaE.pro
blob: e026f2ab9293147688c0a4261deef1d2515f7665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
TEMPLATE = lib
INCLUDEPATH += . ../.. ../../../microkde ../../../microkde/kdecore $(OPIEDIR)/include $(OPEDIR)/include
#CONFIG += staticlib 
OBJECTS_DIR = obj/$(PLATFORM)
MOC_DIR = moc/$(PLATFORM)

#for static linkage, put it here
#DESTDIR=../../lib/$(PLATFORM)

#for dynamic linkage, put it here
DESTDIR=$(QPEDIR)/lib

LIBS += -lmicrokde 
LIBS += -lmicrokabc
LIBS += -L$(QPEDIR)/lib
LIBS += -L$(OPIEDIR)/lib
LIBS += -lopie
LIBS += -lqpe
LIBS += -lqte


TARGET  = microkabc_opieconverter

# Input

HEADERS += \
  opieconverter.h \
  

SOURCES += \
  opieconverter.cpp \