summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/sound.pro
blob: 4a66be5970a1ed13b193836f95a9031796b8e429 (plain)
1
2
3
4
5
6
7
8
9
CONFIG      += qt warn_on quick-app
HEADERS     = soundsettings.h soundsettingsbase.h
SOURCES     = soundsettings.cpp soundsettingsbase.cpp main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH  += $(OPIEDIR)/include
LIBS        += -lqpe -lopiecore2
TARGET      = sound

include( $(OPIEDIR)/include.pro )