summaryrefslogtreecommitdiffabout
path: root/kabc/converter/opie/opieconverterE.pro
blob: 0e290f02f0147e64b0a600393dfd7da05f4337c7 (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
TEMPLATE = lib
INCLUDEPATH += . ../.. ../../../microkde ../../../microkde/kdecore $(QPEDIR)/include $(OPIEDIR)/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 += -lopie
LIBS += -lqpe
LIBS += -lqte


TARGET  = microkabc_opieconverter

# Input

HEADERS += \
  opieconverter.h \
  

SOURCES += \
  opieconverter.cpp \