summaryrefslogtreecommitdiff
path: root/core/settings/button/button.pro
Side-by-side diff
Diffstat (limited to 'core/settings/button/button.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/button/button.pro9
1 files changed, 3 insertions, 6 deletions
diff --git a/core/settings/button/button.pro b/core/settings/button/button.pro
index b10b619..e1c6724 100644
--- a/core/settings/button/button.pro
+++ b/core/settings/button/button.pro
@@ -1,5 +1,4 @@
-TEMPLATE = app
-CONFIG += qt warn_on release
-DESTDIR = $(OPIEDIR)/bin
+CONFIG += qt warn_on release quick-app
+
HEADERS = buttonsettings.h \
buttonutils.h \
@@ -16,5 +15,5 @@ INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
-TARGET = buttonsettings
+TARGET = buttonsettings
TRANSLATIONS = ../../../i18n/de/buttonsettings.ts \
@@ -36,5 +35,3 @@ TRANSLATIONS = ../../../i18n/de/buttonsettings.ts \
../../../i18n/da/buttonsettings.ts
-
-
include ( $(OPIEDIR)/include.pro )