summaryrefslogtreecommitdiff
path: root/core/settings/button/button.pro
blob: 7167c156390593fb4665f04d075b604a8e413adc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CONFIG      += qt warn_on  quick-app

HEADERS      = buttonsettings.h \
               buttonutils.h \
               remapdlg.h

SOURCES      = main.cpp \
               buttonsettings.cpp \
               buttonutils.cpp \
               remapdlg.cpp

INTERFACES   = remapdlgbase.ui

INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH  += $(OPIEDIR)/include
LIBS        += -lqpe -lopiecore2
TARGET	     = buttonsettings

include ( $(OPIEDIR)/include.pro )