summaryrefslogtreecommitdiff
path: root/core/settings/button/button.pro
blob: 817eac4e38c1e4ebec7be9e9b6d6ae9ad029b53d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CONFIG      += qt warn_on release 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 -lopie
TARGET	     = buttonsettings

include ( $(OPIEDIR)/include.pro )