summaryrefslogtreecommitdiffabout
path: root/kabc/plugins/qtopia/qtopia.pro
blob: d91a2e329ba6cc9b415c03e70d5f4bb86265ef8e (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
TEMPLATE	= lib
CONFIG += qt warn_on release

include( ../../../variables.pri )

TARGET = xmicrokabc_qtopia

INCLUDEPATH += ../.. ../../.. ../../../kabc ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../microkde/kio/kio ../../../microkde/kresources 

DESTDIR = ../../../bin
#LIBS += -lxmicrokde 
#LIBS += -lxkamicrokabc

DEFINES += KAB_EMBEDDED  DESKTOP_VERSION

INTERFACES = \

HEADERS = \
 resourceqtopia.h \
 resourceqtopiaconfig.h \
 qtopiaconverter.h

SOURCES = \
 resourceqtopia.cpp \
 resourceqtopiaconfig.cpp \
 qtopiaconverter.cpp 



unix : {
OBJECTS_DIR = obj/unix
MOC_DIR = moc/unix
}
win32: {
CONFIG += dll
DEFINES += _WIN32_
OBJECTS_DIR = obj/win
MOC_DIR = moc/win
LIBS += ../../../bin/xmicrokdepim.lib
LIBS += ../../../bin/xmicrokcal.lib
LIBS += ../../../bin/xmicrokde.lib
LIBS += ../../../bin/microkabc.lib
}
#The following line was inserted by qt3to4
QT += xml  qt3support 
#The following line was inserted by qt3to4
QT +=