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

TARGET		= light-and-power

include ( $(OPIEDIR)/include.pro )