summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/addressbook/addressbook.pro
blob: 54aaff2ce89d909b2990936dd960d59f3e737b5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
TEMPLATE = lib
CONFIG -= moc
CONFIG += qt plugin release

# Input
HEADERS = addressplugin.h addresspluginimpl.h addresspluginconfig.h  \
	addresspluginwidget.h
SOURCES = addressplugin.cpp addresspluginimpl.cpp addresspluginconfig.cpp \
	addresspluginwidget.cpp

INCLUDEPATH     += $(OPIEDIR)/include \
		../ ../library
DEPENDPATH      += $(OPIEDIR)/include \
		../ ../library

LIBS+= -lqpe -lopie

DESTDIR = $(OPIEDIR)/plugins/today
TARGET = todayaddressbookplugin

TRANSLATIONS = ../../../../../i18n/de/libtodayaddressbookplugin.ts \
	 ../../../../../i18n/nl/libtodayaddressbookplugin.ts \
         ../../../../../i18n/xx/libtodayaddressbookplugin.ts \
         ../../../../../i18n/en/libtodayaddressbookplugin.ts \
         ../../../../../i18n/es/libtodayaddressbookplugin.ts \
         ../../../../../i18n/fr/libtodayaddressbookplugin.ts \
         ../../../../../i18n/hu/libtodayaddressbookplugin.ts \
         ../../../../../i18n/ja/libtodayaddressbookplugin.ts \
         ../../../../../i18n/ko/libtodayaddressbookplugin.ts \
         ../../../../../i18n/no/libtodayaddressbookplugin.ts \
         ../../../../../i18n/pl/libtodayaddressbookplugin.ts \
         ../../../../../i18n/pt/libtodayaddressbookplugin.ts \
         ../../../../../i18n/pt_BR/libtodayaddressbookplugin.ts \
         ../../../../../i18n/sl/libtodayaddressbookplugin.ts \
         ../../../../../i18n/zh_CN/libtodayaddressbookplugin.ts \
         ../../../../../i18n/zh_TW/libtodayaddressbookplugin.ts \
         ../../../../../i18n/it/libtodayaddressbookplugin.ts \
         ../../../../../i18n/da/libtodayaddressbookplugin.ts




include ( $(OPIEDIR)/include.pro )