summaryrefslogtreecommitdiff
path: root/core/settings/light-and-power/light-and-power.pro
blob: 95e76326d010305eec6500134726b836473d08f8 (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
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



include ( ../../../include.pro )