-rw-r--r-- | kabc/converter/qtopia/qtopiaE.pro | 29 | ||||
-rw-r--r-- | kabc/plugins/qtopia/qtopiaE.pro | 11 | ||||
-rw-r--r-- | kabc/plugins/qtopia/qtopiaconverter.cpp (renamed from kabc/converter/qtopia/qtopiaconverter.cpp) | 0 | ||||
-rw-r--r-- | kabc/plugins/qtopia/qtopiaconverter.h (renamed from kabc/converter/qtopia/qtopiaconverter.h) | 0 |
4 files changed, 6 insertions, 34 deletions
diff --git a/kabc/converter/qtopia/qtopiaE.pro b/kabc/converter/qtopia/qtopiaE.pro deleted file mode 100644 index ab47091..0000000 --- a/kabc/converter/qtopia/qtopiaE.pro +++ b/dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | TEMPLATE = lib | ||
2 | INCLUDEPATH += . ../.. ../../../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 | |||
19 | TARGET = microkabc_qtopiaconverter | ||
20 | |||
21 | # Input | ||
22 | |||
23 | HEADERS += \ | ||
24 | qtopiaconverter.h \ | ||
25 | |||
26 | |||
27 | SOURCES += \ | ||
28 | qtopiaconverter.cpp \ | ||
29 | |||
diff --git a/kabc/plugins/qtopia/qtopiaE.pro b/kabc/plugins/qtopia/qtopiaE.pro index d9fa87f..56eae87 100644 --- a/kabc/plugins/qtopia/qtopiaE.pro +++ b/kabc/plugins/qtopia/qtopiaE.pro | |||
@@ -4,5 +4,5 @@ CONFIG += qt warn_on | |||
4 | TARGET = microkabc_qtopia | 4 | TARGET = microkabc_qtopia |
5 | 5 | ||
6 | INCLUDEPATH += ../.. ../../converter/qtopia ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../microkde/kio/kio ../../../qtcompat $(QPEDIR)/include | 6 | INCLUDEPATH += ../.. ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../microkde/kio/kio ../../../qtcompat $(QPEDIR)/include |
7 | 7 | ||
8 | OBJECTS_DIR = obj/$(PLATFORM) | 8 | OBJECTS_DIR = obj/$(PLATFORM) |
@@ -14,5 +14,4 @@ LIBS += -L$(QPEDIR)/lib | |||
14 | LIBS += -lqpepim | 14 | LIBS += -lqpepim |
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | LIBS += -lmicrokabc_qtopiaconverter | ||
17 | 16 | ||
18 | INTERFACES = \ | 17 | INTERFACES = \ |
@@ -20,7 +19,9 @@ INTERFACES = \ | |||
20 | HEADERS = \ | 19 | HEADERS = \ |
21 | resourceqtopia.h \ | 20 | resourceqtopia.h \ |
22 | resourceqtopiaconfig.h | 21 | resourceqtopiaconfig.h \ |
23 | 22 | qtopiaconverter.h | |
23 | |||
24 | SOURCES = \ | 24 | SOURCES = \ |
25 | resourceqtopia.cpp \ | 25 | resourceqtopia.cpp \ |
26 | resourceqtopiaconfig.cpp | 26 | resourceqtopiaconfig.cpp \ |
27 | qtopiaconverter.cpp | ||
diff --git a/kabc/converter/qtopia/qtopiaconverter.cpp b/kabc/plugins/qtopia/qtopiaconverter.cpp index ac513b6..ac513b6 100644 --- a/kabc/converter/qtopia/qtopiaconverter.cpp +++ b/kabc/plugins/qtopia/qtopiaconverter.cpp | |||
diff --git a/kabc/converter/qtopia/qtopiaconverter.h b/kabc/plugins/qtopia/qtopiaconverter.h index 8f4c698..8f4c698 100644 --- a/kabc/converter/qtopia/qtopiaconverter.h +++ b/kabc/plugins/qtopia/qtopiaconverter.h | |||