-rw-r--r-- | kabc/plugins/dir/dir.pro | 2 | ||||
-rw-r--r-- | kabc/plugins/file/file.pro | 2 | ||||
-rw-r--r-- | kabc/plugins/qtopia/qtopia.pro | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/kabc/plugins/dir/dir.pro b/kabc/plugins/dir/dir.pro index a7c1503..3e18594 100644 --- a/kabc/plugins/dir/dir.pro +++ b/kabc/plugins/dir/dir.pro | |||
@@ -1,28 +1,30 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | #release debug | 3 | #release debug |
4 | 4 | ||
5 | include( ../../../variables.pri ) | ||
6 | |||
5 | TARGET = microkabc_dir | 7 | TARGET = microkabc_dir |
6 | INCLUDEPATH += ../.. ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../microkde/kio/kio ../../../microkde/kresources ../../../qtcompat | 8 | INCLUDEPATH += ../.. ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../microkde/kio/kio ../../../microkde/kresources ../../../qtcompat |
7 | DESTDIR = ../../../bin | 9 | DESTDIR = ../../../bin |
8 | #LIBS += -lmicrokde -lmicrokabc | 10 | #LIBS += -lmicrokde -lmicrokabc |
9 | #LIBS += -L$(QPEDIR)/lib | 11 | #LIBS += -L$(QPEDIR)/lib |
10 | 12 | ||
11 | INTERFACES = \ | 13 | INTERFACES = \ |
12 | 14 | ||
13 | HEADERS = \ | 15 | HEADERS = \ |
14 | resourcedir.h \ | 16 | resourcedir.h \ |
15 | resourcedirconfig.h | 17 | resourcedirconfig.h |
16 | 18 | ||
17 | SOURCES = \ | 19 | SOURCES = \ |
18 | resourcedir.cpp \ | 20 | resourcedir.cpp \ |
19 | resourcedirconfig.cpp | 21 | resourcedirconfig.cpp |
20 | 22 | ||
21 | unix : { | 23 | unix : { |
22 | OBJECTS_DIR = obj/unix | 24 | OBJECTS_DIR = obj/unix |
23 | MOC_DIR = moc/unix | 25 | MOC_DIR = moc/unix |
24 | } | 26 | } |
25 | win32: { | 27 | win32: { |
26 | CONFIG += dll | 28 | CONFIG += dll |
27 | DEFINES += _WIN32_ | 29 | DEFINES += _WIN32_ |
28 | OBJECTS_DIR = obj/win | 30 | OBJECTS_DIR = obj/win |
diff --git a/kabc/plugins/file/file.pro b/kabc/plugins/file/file.pro index 154ef2a..2d17313 100644 --- a/kabc/plugins/file/file.pro +++ b/kabc/plugins/file/file.pro | |||
@@ -1,28 +1,30 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | #release debug | 3 | #release debug |
4 | 4 | ||
5 | include( ../../../variables.pri ) | ||
6 | |||
5 | TARGET = microkabc_file | 7 | TARGET = microkabc_file |
6 | INCLUDEPATH += ../.. ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../microkde/kio/kio ../../../microkde/kresources ../../../qtcompat | 8 | INCLUDEPATH += ../.. ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../microkde/kio/kio ../../../microkde/kresources ../../../qtcompat |
7 | 9 | ||
8 | DESTDIR = ../../../bin | 10 | DESTDIR = ../../../bin |
9 | #LIBS += -lmicrokde -lmicrokabc | 11 | #LIBS += -lmicrokde -lmicrokabc |
10 | #LIBS += -L$(QPEDIR)/lib | 12 | #LIBS += -L$(QPEDIR)/lib |
11 | 13 | ||
12 | INTERFACES = \ | 14 | INTERFACES = \ |
13 | 15 | ||
14 | HEADERS = \ | 16 | HEADERS = \ |
15 | resourcefile.h \ | 17 | resourcefile.h \ |
16 | resourcefileconfig.h | 18 | resourcefileconfig.h |
17 | 19 | ||
18 | SOURCES = \ | 20 | SOURCES = \ |
19 | resourcefile.cpp \ | 21 | resourcefile.cpp \ |
20 | resourcefileconfig.cpp | 22 | resourcefileconfig.cpp |
21 | 23 | ||
22 | unix : { | 24 | unix : { |
23 | OBJECTS_DIR = obj/unix | 25 | OBJECTS_DIR = obj/unix |
24 | MOC_DIR = moc/unix | 26 | MOC_DIR = moc/unix |
25 | } | 27 | } |
26 | win32: { | 28 | win32: { |
27 | CONFIG += dll | 29 | CONFIG += dll |
28 | DEFINES += _WIN32_ | 30 | DEFINES += _WIN32_ |
diff --git a/kabc/plugins/qtopia/qtopia.pro b/kabc/plugins/qtopia/qtopia.pro index 0360abf..64d1abc 100644 --- a/kabc/plugins/qtopia/qtopia.pro +++ b/kabc/plugins/qtopia/qtopia.pro | |||
@@ -1,27 +1,29 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | 3 | ||
4 | include( ../../../variables.pri ) | ||
5 | |||
4 | TARGET = microkabc_qtopia | 6 | TARGET = microkabc_qtopia |
5 | 7 | ||
6 | INCLUDEPATH += ../.. ../../.. ../../../kabc ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../microkde/kio/kio ../../../microkde/kresources | 8 | INCLUDEPATH += ../.. ../../.. ../../../kabc ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../microkde/kio/kio ../../../microkde/kresources |
7 | 9 | ||
8 | DESTDIR = ../../../bin | 10 | DESTDIR = ../../../bin |
9 | #LIBS += -lmicrokde | 11 | #LIBS += -lmicrokde |
10 | #LIBS += -lkamicrokabc | 12 | #LIBS += -lkamicrokabc |
11 | 13 | ||
12 | DEFINES += KAB_EMBEDDED DESKTOP_VERSION | 14 | DEFINES += KAB_EMBEDDED DESKTOP_VERSION |
13 | 15 | ||
14 | INTERFACES = \ | 16 | INTERFACES = \ |
15 | 17 | ||
16 | HEADERS = \ | 18 | HEADERS = \ |
17 | resourceqtopia.h \ | 19 | resourceqtopia.h \ |
18 | resourceqtopiaconfig.h \ | 20 | resourceqtopiaconfig.h \ |
19 | qtopiaconverter.h | 21 | qtopiaconverter.h |
20 | 22 | ||
21 | SOURCES = \ | 23 | SOURCES = \ |
22 | resourceqtopia.cpp \ | 24 | resourceqtopia.cpp \ |
23 | resourceqtopiaconfig.cpp \ | 25 | resourceqtopiaconfig.cpp \ |
24 | qtopiaconverter.cpp | 26 | qtopiaconverter.cpp |
25 | 27 | ||
26 | 28 | ||
27 | 29 | ||