summaryrefslogtreecommitdiff
path: root/core/settings/light-and-power/light-and-power.pro
blob: 7e2afeddd8d4ffc516aca8a7ec3ad716d980082f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE	= app
CONFIG		+= qt warn_on release
DESTDIR		= ../../bin
HEADERS		= settings.h
SOURCES		= light.cpp main.cpp
INTERFACES	= lightsettingsbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= ../$(OPIEDIR)/include
LIBS            += -lqpe
TARGET		= light-and-power

TRANSLATIONS   = ../../i18n/de/light-and-power.ts
TRANSLATIONS   += ../../i18n/es/light-and-power.ts
TRANSLATIONS   += ../../i18n/pt/light-and-power.ts
TRANSLATIONS   += ../../i18n/pt_BR/light-and-power.ts
TRANSLATIONS   += ../../i18n/pl/light-and-power.ts
TRANSLATIONS   += ../../i18n/fr/light-and-power.ts