summaryrefslogtreecommitdiff
path: root/core/settings/button/button.pro
blob: d7f2a5d62a296854124511869754ac9c8f2375a6 (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 )