author | ulf69 <ulf69> | 2004-07-12 23:34:33 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-07-12 23:34:33 (UTC) |
commit | bce030bdee5c381d7937ef3d2b1b49ce24bbd1ae (patch) (side-by-side diff) | |
tree | e92c85b28da2db2552f64be567e511c13106cc82 /kabc/plugins/qtopia/qtopiaE.pro | |
parent | c4d51e8f5ecf7be146ee53ea2bbe3af6fca25d4d (diff) | |
download | kdepimpi-bce030bdee5c381d7937ef3d2b1b49ce24bbd1ae.zip kdepimpi-bce030bdee5c381d7937ef3d2b1b49ce24bbd1ae.tar.gz kdepimpi-bce030bdee5c381d7937ef3d2b1b49ce24bbd1ae.tar.bz2 |
added first version of the qtopia resourcefiles. The content is of no meaning
Diffstat (limited to 'kabc/plugins/qtopia/qtopiaE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kabc/plugins/qtopia/qtopiaE.pro | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/kabc/plugins/qtopia/qtopiaE.pro b/kabc/plugins/qtopia/qtopiaE.pro new file mode 100644 index 0000000..d945c31 --- a/dev/null +++ b/kabc/plugins/qtopia/qtopiaE.pro @@ -0,0 +1,32 @@ +TEMPLATE = lib +CONFIG += qt warn_on +#release debug +TARGET = microkabc_qtopia + +INCLUDEPATH += ../.. ../../converter/opie ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../qtcompat $(QPEDIR)/include $(OPIEDIR)/include + + +OBJECTS_DIR = obj/$(PLATFORM) +MOC_DIR = moc/$(PLATFORM) +DESTDIR = $(QPEDIR)/lib +LIBS += -lmicrokde +LIBS += -lmicrokabc +LIBS += -L$(QPEDIR)/lib +LIBS += -L$(OPIEDIR)/lib +LIBS += -lopie +LIBS += -lqpe +LIBS += -lqte +LIBS += -lmicrokabc_opieconverter +#LIBS += -L../../lib/$(PLATFORM) + + +INTERFACES = \ + +HEADERS = \ + resourceqtopia.h \ + resourceqtopiaconfig.h \ + +SOURCES = \ + resourceqtopia.cpp \ + resourceqtopiaconfig.cpp \ + |