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

TARGET		= light-and-power

include ( $(OPIEDIR)/include.pro )