summaryrefslogtreecommitdiff
path: root/core/settings/button/button.pro
authorsandman <sandman>2002-12-22 23:46:02 (UTC)
committer sandman <sandman>2002-12-22 23:46:02 (UTC)
commit92fb302dd801e7f568cd9d66025431e79dad9771 (patch) (side-by-side diff)
tree1303acdd800fd01d221a1aa261f2ee730ada4ec1 /core/settings/button/button.pro
parentc5de1fcc13b32e7c1f893dc3f8a1385b8698ebaf (diff)
downloadopie-92fb302dd801e7f568cd9d66025431e79dad9771.zip
opie-92fb302dd801e7f568cd9d66025431e79dad9771.tar.gz
opie-92fb302dd801e7f568cd9d66025431e79dad9771.tar.bz2
New button settings -- replaces AppsKey, which does not work anymore with
the new device button framework
Diffstat (limited to 'core/settings/button/button.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/button/button.pro35
1 files changed, 35 insertions, 0 deletions
diff --git a/core/settings/button/button.pro b/core/settings/button/button.pro
new file mode 100644
index 0000000..389695c
--- a/dev/null
+++ b/core/settings/button/button.pro
@@ -0,0 +1,35 @@
+TEMPLATE = app
+CONFIG += qt warn_on release
+DESTDIR = $(OPIEDIR)/bin
+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
+
+TRANSLATIONS = ../../../i18n/de/buttonsettings.ts \
+ ../../../i18n/xx/buttonsettings.ts \
+ ../../../i18n/en/buttonsettings.ts \
+ ../../../i18n/es/buttonsettings.ts \
+ ../../../i18n/fr/buttonsettings.ts \
+ ../../../i18n/hu/buttonsettings.ts \
+ ../../../i18n/ja/buttonsettings.ts \
+ ../../../i18n/ko/buttonsettings.ts \
+ ../../../i18n/no/buttonsettings.ts \
+ ../../../i18n/pl/buttonsettings.ts \
+ ../../../i18n/pt/buttonsettings.ts \
+ ../../../i18n/pt_BR/buttonsettings.ts \
+ ../../../i18n/sl/buttonsettings.ts \
+ ../../../i18n/zh_CN/buttonsettings.ts \
+ ../../../i18n/zh_TW/buttonsettings.ts \
+ ../../../i18n/da/buttonsettings.ts