summaryrefslogtreecommitdiffabout
path: root/kaddressbook/xxport/qtopia/qtopiaE.pro
Unidiff
Diffstat (limited to 'kaddressbook/xxport/qtopia/qtopiaE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/xxport/qtopia/qtopiaE.pro26
1 files changed, 26 insertions, 0 deletions
diff --git a/kaddressbook/xxport/qtopia/qtopiaE.pro b/kaddressbook/xxport/qtopia/qtopiaE.pro
new file mode 100644
index 0000000..c77b40d
--- a/dev/null
+++ b/kaddressbook/xxport/qtopia/qtopiaE.pro
@@ -0,0 +1,26 @@
1TEMPLATE = lib
2CONFIG += qt warn_on
3TARGET = microkaddrbk_qtopia_xxport
4
5OBJECTS_DIR = obj/$(PLATFORM)
6MOC_DIR = moc/$(PLATFORM)
7DESTDIR = $(QPEDIR)/lib
8
9DEFINES += KAB_EMBEDDED
10
11INCLUDEPATH += ../.. ../../.. ../../../kabc ../../../kabc/converter/qtopia ../../../microkde ../../../microkde/kdeui ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../qtcompat $(QPEDIR)/include
12LIBS += -L$(QPEDIR)/lib
13LIBS += -lmicrokde
14LIBS += -lmicrokabc
15LIBS += -lqpe
16LIBS += -lqte
17LIBS += -lmicrokabc_qtopiaconverter
18
19INTERFACES = \
20
21HEADERS = \
22 qtopia_xxport.h \
23
24SOURCES = \
25 qtopia_xxport.cpp \
26