summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/applet/applet.pro
blob: 229d673021c083a1d6eb1c68ae66d3df21d28d4d (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
TEMPLATE      =  lib
CONFIG        += qt warn_on release
HEADERS       =  bluezapplet.h bluezappletimpl.h
SOURCES       =  bluezapplet.cpp bluezappletimpl.cpp
TARGET        =  bluetoothapplet
DESTDIR       =  $(OPIEDIR)/plugins/applets
INCLUDEPATH   += $(OPIEDIR)/include
INCLUDEPATH   += $(OPIEDIR)/noncore/net/opietooth/lib
DEPENDPATH    += $(OPIEDIR)/include
LIBS          += -lqpe -lopietooth
VERSION       = 0.0.3

TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts \
	 ../../../../i18n/en/libbluetoothapplet.ts \
	 ../../../../i18n/es/libbluetoothapplet.ts \
	 ../../../../i18n/fr/libbluetoothapplet.ts \
	 ../../../../i18n/hu/libbluetoothapplet.ts \
	 ../../../../i18n/ja/libbluetoothapplet.ts \
	 ../../../../i18n/ko/libbluetoothapplet.ts \
	 ../../../../i18n/no/libbluetoothapplet.ts \
	 ../../../../i18n/pl/libbluetoothapplet.ts \
	 ../../../../i18n/pt/libbluetoothapplet.ts \
	 ../../../../i18n/pt_BR/libbluetoothapplet.ts \
	 ../../../../i18n/sl/libbluetoothapplet.ts \
	 ../../../../i18n/zh_CN/libbluetoothapplet.ts \
	 ../../../../i18n/zh_TW/libbluetoothapplet.ts