2014-02-17 20:00:40 +01:00
|
|
|
TARGET = $$qtLibraryTarget(AutoScroll)
|
|
|
|
# OS/2 allows only 8 chars in TARGET
|
|
|
|
os2: TARGET = AutoScrl
|
|
|
|
|
|
|
|
SOURCES += autoscrollplugin.cpp \
|
2014-02-18 17:21:31 +01:00
|
|
|
autoscrollsettings.cpp
|
2014-02-17 20:00:40 +01:00
|
|
|
|
|
|
|
HEADERS += autoscrollplugin.h \
|
2014-02-18 17:21:31 +01:00
|
|
|
autoscrollsettings.h
|
2014-02-17 20:00:40 +01:00
|
|
|
|
2014-03-04 14:40:43 +01:00
|
|
|
FORMS += \
|
|
|
|
autoscrollsettings.ui
|
|
|
|
|
2014-02-17 20:00:40 +01:00
|
|
|
RESOURCES += autoscroll.qrc
|
|
|
|
|
2014-03-10 19:47:27 +01:00
|
|
|
TRANSLATIONS += \
|
2014-04-26 13:03:47 +02:00
|
|
|
translations/ar_SA.ts \
|
|
|
|
translations/bg_BG.ts \
|
|
|
|
translations/ca_ES.ts \
|
|
|
|
translations/cs_CZ.ts \
|
|
|
|
translations/de_DE.ts \
|
|
|
|
translations/el_GR.ts \
|
|
|
|
translations/es_ES.ts \
|
|
|
|
translations/es_MX.ts \
|
|
|
|
translations/eu_ES.ts \
|
|
|
|
translations/fi_FI.ts \
|
|
|
|
translations/fr_FR.ts \
|
|
|
|
translations/he_IL.ts \
|
|
|
|
translations/hr_HR.ts \
|
|
|
|
translations/it_IT.ts \
|
|
|
|
translations/ja_JP.ts \
|
|
|
|
translations/lv_LV.ts \
|
|
|
|
translations/nl_NL.ts \
|
|
|
|
translations/nqo.ts \
|
|
|
|
translations/pl_PL.ts \
|
|
|
|
translations/pt_PT.ts \
|
|
|
|
translations/ru_RU.ts \
|
|
|
|
translations/sk_SK.ts \
|
2014-03-10 19:47:27 +01:00
|
|
|
translations/sr@ijekavianlatin.ts \
|
2014-04-26 13:03:47 +02:00
|
|
|
translations/sr@ijekavian.ts \
|
|
|
|
translations/sr@latin.ts \
|
|
|
|
translations/sr.ts \
|
|
|
|
translations/tr_TR.ts \
|
|
|
|
translations/zh_TW.ts \
|
2014-03-10 19:47:27 +01:00
|
|
|
|
2014-03-04 14:40:43 +01:00
|
|
|
PLUGIN_DIR = $$PWD
|
2014-02-17 20:00:40 +01:00
|
|
|
include(../../plugins.pri)
|