summaryrefslogtreecommitdiff
path: root/core/settings/light-and-power/light-and-power.pro
blob: a7ce88a199e42c745dc92301a2310fc44cc862fd (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
TEMPLATE	= app
CONFIG		+= qt warn_on debug
DESTDIR		= $(OPIEDIR)/bin
HEADERS		= light.h sensor.h calibration.h
SOURCES		= light.cpp main.cpp sensor.cpp calibration.cpp
INTERFACES	= lightsettingsbase.ui sensorbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= ../$(OPIEDIR)/include
LIBS            += -lqpe -lopie
TARGET		= light-and-power

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