Diffstat (limited to 'kaddressbook/xxport/qtopia/qtopiaE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kaddressbook/xxport/qtopia/qtopiaE.pro | 26 |
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 @@ +TEMPLATE = lib +CONFIG += qt warn_on +TARGET = microkaddrbk_qtopia_xxport + +OBJECTS_DIR = obj/$(PLATFORM) +MOC_DIR = moc/$(PLATFORM) +DESTDIR = $(QPEDIR)/lib + +DEFINES += KAB_EMBEDDED + +INCLUDEPATH += ../.. ../../.. ../../../kabc ../../../kabc/converter/qtopia ../../../microkde ../../../microkde/kdeui ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../qtcompat $(QPEDIR)/include +LIBS += -L$(QPEDIR)/lib +LIBS += -lmicrokde +LIBS += -lmicrokabc +LIBS += -lqpe +LIBS += -lqte +LIBS += -lmicrokabc_qtopiaconverter + +INTERFACES = \ + +HEADERS = \ + qtopia_xxport.h \ + +SOURCES = \ + qtopia_xxport.cpp \ + |