summaryrefslogtreecommitdiff
path: root/core/settings/light-and-power/light-and-power.pro
blob: eb4a0db7483601c895a73297e290bb92dc16d48e (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		= $(OPIEDIR)/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