summaryrefslogtreecommitdiff
path: root/core/settings/light-and-power/light-and-power.pro
blob: 928976a08df8b80d44998d5da0e836066441e758 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG		+= qt warn_on release quick-app
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

include ( $(OPIEDIR)/include.pro )