author | ulf69 <ulf69> | 2004-07-26 22:23:11 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-07-26 22:23:11 (UTC) |
commit | 509616d73f02830c2199b8ebf35425c218c9d217 (patch) (unidiff) | |
tree | 274fd1044ff0e431097d7b2af7512a8b6956f337 | |
parent | ebbf4f7ac33ccaa1d1c46647b58a92da4a552615 (diff) | |
download | kdepimpi-509616d73f02830c2199b8ebf35425c218c9d217.zip kdepimpi-509616d73f02830c2199b8ebf35425c218c9d217.tar.gz kdepimpi-509616d73f02830c2199b8ebf35425c218c9d217.tar.bz2 |
converter moved to the resource plugin
-rw-r--r-- | kabc/converter/sharpdtm/sharpdtmE.pro | 30 | ||||
-rw-r--r-- | kabc/plugins/sharpdtm/sharpdtmE.pro | 8 | ||||
-rw-r--r-- | kabc/plugins/sharpdtm/sharpdtmconverter.cpp (renamed from kabc/converter/sharpdtm/sharpdtmconverter.cpp) | 0 | ||||
-rw-r--r-- | kabc/plugins/sharpdtm/sharpdtmconverter.h (renamed from kabc/converter/sharpdtm/sharpdtmconverter.h) | 0 |
4 files changed, 5 insertions, 33 deletions
diff --git a/kabc/converter/sharpdtm/sharpdtmE.pro b/kabc/converter/sharpdtm/sharpdtmE.pro deleted file mode 100644 index 89b4e64..0000000 --- a/kabc/converter/sharpdtm/sharpdtmE.pro +++ b/dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | TEMPLATE = lib | ||
2 | INCLUDEPATH += . ../.. $(SHARPDTMSDK)/include ../../../microkde ../../../microkde/kdecore $(QPEDIR)/include | ||
3 | #CONFIG += staticlib | ||
4 | OBJECTS_DIR = obj/$(PLATFORM) | ||
5 | MOC_DIR = moc/$(PLATFORM) | ||
6 | |||
7 | #for static linkage, put it here | ||
8 | #DESTDIR=../../lib/$(PLATFORM) | ||
9 | |||
10 | #for dynamic linkage, put it here | ||
11 | DESTDIR=$(QPEDIR)/lib | ||
12 | |||
13 | LIBS += -lmicrokde | ||
14 | LIBS += -lmicrokabc | ||
15 | LIBS += -L$(QPEDIR)/lib | ||
16 | #LIBS += -lqpepim | ||
17 | LIBS += -lqpe | ||
18 | LIBS += -lzdtm | ||
19 | |||
20 | TARGET = microkabc_sharpdtmconverter | ||
21 | |||
22 | # Input | ||
23 | |||
24 | HEADERS += \ | ||
25 | sharpdtmconverter.h \ | ||
26 | |||
27 | |||
28 | SOURCES += \ | ||
29 | sharpdtmconverter.cpp \ | ||
30 | |||
diff --git a/kabc/plugins/sharpdtm/sharpdtmE.pro b/kabc/plugins/sharpdtm/sharpdtmE.pro index a03454f..54ef083 100644 --- a/kabc/plugins/sharpdtm/sharpdtmE.pro +++ b/kabc/plugins/sharpdtm/sharpdtmE.pro | |||
@@ -3,5 +3,5 @@ CONFIG += qt warn_on | |||
3 | TARGET = microkabc_sharpdtm | 3 | TARGET = microkabc_sharpdtm |
4 | 4 | ||
5 | INCLUDEPATH += ../.. $(SHARPDTMSDK)/include ../../converter/sharpdtm ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../microkde/kio/kio ../../../qtcompat $(QPEDIR)/include | 5 | INCLUDEPATH += ../.. $(SHARPDTMSDK)/include ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../microkde/kio/kio ../../../qtcompat $(QPEDIR)/include |
6 | 6 | ||
7 | 7 | ||
@@ -15,5 +15,5 @@ LIBS += -lqpe | |||
15 | LIBS += -lqte | 15 | LIBS += -lqte |
16 | LIBS += -lzdtm | 16 | LIBS += -lzdtm |
17 | LIBS += -lmicrokabc_sharpdtmconverter | 17 | |
18 | 18 | ||
19 | 19 | ||
@@ -23,7 +23,9 @@ HEADERS = \ | |||
23 | resourcesharpdtm.h \ | 23 | resourcesharpdtm.h \ |
24 | resourcesharpdtmconfig.h \ | 24 | resourcesharpdtmconfig.h \ |
25 | sharpdtmconverter.h | ||
25 | 26 | ||
26 | SOURCES = \ | 27 | SOURCES = \ |
27 | resourcesharpdtm.cpp \ | 28 | resourcesharpdtm.cpp \ |
28 | resourcesharpdtmconfig.cpp \ | 29 | resourcesharpdtmconfig.cpp \ |
29 | 30 | sharpdtmconverter.cpp | |
31 | |||
diff --git a/kabc/converter/sharpdtm/sharpdtmconverter.cpp b/kabc/plugins/sharpdtm/sharpdtmconverter.cpp index 8f8334e..8f8334e 100644 --- a/kabc/converter/sharpdtm/sharpdtmconverter.cpp +++ b/kabc/plugins/sharpdtm/sharpdtmconverter.cpp | |||
diff --git a/kabc/converter/sharpdtm/sharpdtmconverter.h b/kabc/plugins/sharpdtm/sharpdtmconverter.h index 99e0413..99e0413 100644 --- a/kabc/converter/sharpdtm/sharpdtmconverter.h +++ b/kabc/plugins/sharpdtm/sharpdtmconverter.h | |||