2012-03-04 18:30:34 +01:00
|
|
|
TARGET = AccessKeysNavigation
|
2012-03-10 12:20:38 +01:00
|
|
|
os2: TARGET = AcKeyNav
|
2012-03-04 18:30:34 +01:00
|
|
|
|
|
|
|
SOURCES = \
|
|
|
|
akn_plugin.cpp \
|
|
|
|
akn_handler.cpp \
|
|
|
|
akn_settings.cpp
|
|
|
|
|
|
|
|
HEADERS = \
|
|
|
|
akn_plugin.h \
|
|
|
|
akn_handler.h \
|
|
|
|
akn_settings.h
|
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
akn_settings.ui
|
|
|
|
|
|
|
|
RESOURCES = akn_res.qrc
|
|
|
|
|
2012-03-08 13:05:57 +01:00
|
|
|
TRANSLATIONS = \
|
|
|
|
translations/cs_CZ.ts \
|
2012-03-10 12:20:38 +01:00
|
|
|
translations/de_DE.ts \
|
2012-03-25 21:45:16 +02:00
|
|
|
translations/el_GR.ts \
|
2012-03-26 21:08:22 +02:00
|
|
|
translations/es_ES.ts \
|
2012-07-31 00:39:35 +02:00
|
|
|
translations/es_VE.ts \
|
2012-03-31 23:58:51 +02:00
|
|
|
translations/fr_FR.ts \
|
2012-03-16 16:57:24 +01:00
|
|
|
translations/id_ID.ts \
|
2012-03-31 18:59:51 +02:00
|
|
|
translations/it_IT.ts \
|
2012-03-16 16:57:24 +01:00
|
|
|
translations/ja_JP.ts \
|
2012-04-04 21:12:52 +02:00
|
|
|
translations/ka_GE.ts \
|
2012-03-10 12:20:38 +01:00
|
|
|
translations/nl_NL.ts \
|
2012-09-03 22:38:31 +02:00
|
|
|
translations/pt_BR.ts \
|
2012-03-27 18:37:21 +02:00
|
|
|
translations/pt_PT.ts \
|
2012-03-25 21:45:16 +02:00
|
|
|
translations/ro_RO.ts \
|
2012-03-31 09:09:42 +02:00
|
|
|
translations/ru_RU.ts \
|
2012-03-04 23:10:44 +01:00
|
|
|
translations/sr_BA.ts \
|
|
|
|
translations/sr_RS.ts \
|
2012-03-25 14:21:45 +02:00
|
|
|
translations/sv_SE.ts \
|
2012-07-03 18:21:21 +02:00
|
|
|
translations/uk_UA.ts \
|
2012-03-08 13:05:57 +01:00
|
|
|
translations/zh_TW.ts \
|
2012-08-13 21:40:12 +02:00
|
|
|
translations/fa_IR.ts \
|
2012-03-04 18:30:34 +01:00
|
|
|
|
|
|
|
include(../../plugins.pri)
|