summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/lib.pro
blob: eec7e4374dce6752f6553359b0073b2a4dc5256c (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          += qte warn_on release
HEADERS 	= parser.h device.h manager.h remotedevice.h services.h
SOURCES		= parser.cc device.cc manager.cc remotedevice.cc services.cc
TARGET		= opietooth
INCLUDEPATH += $(OPIEDIR)/include .
DESTDIR         = $(QTDIR)/lib$(PROJMAK)
LIBS += -lopie
#VERSION = 0.0.0


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