Diffstat (limited to 'kabc/plugins/olaccess/olaccess.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kabc/plugins/olaccess/olaccess.pro | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/kabc/plugins/olaccess/olaccess.pro b/kabc/plugins/olaccess/olaccess.pro new file mode 100644 index 0000000..ca0a6a8 --- a/dev/null +++ b/kabc/plugins/olaccess/olaccess.pro | |||
@@ -0,0 +1,34 @@ | |||
1 | TEMPLATE= lib | ||
2 | CONFIG += qt warn_on | ||
3 | TARGET = microkabc_olaccess | ||
4 | |||
5 | include( ../../../variables.pri ) | ||
6 | |||
7 | INCLUDEPATH += ../.. ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../microkde/kio/kio ../../../microkde/kresources ../../../qtcompat | ||
8 | |||
9 | INTERFACES = \ | ||
10 | |||
11 | HEADERS = \ | ||
12 | resourceolaccess.h \ | ||
13 | resourceolaccessconfig.h \ | ||
14 | olaccessconverter.h | ||
15 | |||
16 | SOURCES = \ | ||
17 | resourceolaccess.cpp \ | ||
18 | resourceolaccessconfig.cpp \ | ||
19 | olaccessconverter.cpp | ||
20 | |||
21 | unix : { | ||
22 | OBJECTS_DIR = obj/unix | ||
23 | MOC_DIR = moc/unix | ||
24 | } | ||
25 | win32: { | ||
26 | CONFIG += dll | ||
27 | DEFINES += _WIN32_ | ||
28 | OBJECTS_DIR = obj/win | ||
29 | MOC_DIR = moc/win | ||
30 | LIBS += ../../../bin/microkdepim.lib | ||
31 | LIBS += ../../../bin/microkcal.lib | ||
32 | LIBS += ../../../bin/microkde.lib | ||
33 | LIBS += ../../../bin/microkabc.lib | ||
34 | } | ||