1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 10:12:10 +02:00
falkonOfficial/src/plugins/GreaseMonkey/GreaseMonkey.pro

90 lines
2.2 KiB
Prolog
Raw Normal View History

TARGET = $$qtLibraryTarget(GreaseMonkey)
2012-07-11 18:30:00 +02:00
os2: TARGET = GreaseMo
2013-06-17 01:16:50 +02:00
INCLUDEPATH += . settings\
DEPENDPATH += settings\
2012-07-11 18:30:00 +02:00
SOURCES += gm_plugin.cpp \
gm_manager.cpp \
gm_script.cpp \
gm_urlmatcher.cpp \
gm_downloader.cpp \
gm_addscriptdialog.cpp \
gm_notification.cpp \
settings/gm_settings.cpp \
settings/gm_settingslistdelegate.cpp \
settings/gm_settingsscriptinfo.cpp \
settings/gm_settingslistwidget.cpp \
gm_jsobject.cpp \
gm_icon.cpp
2012-07-11 18:30:00 +02:00
HEADERS += gm_plugin.h \
gm_manager.h \
gm_script.h \
gm_urlmatcher.h \
gm_downloader.h \
gm_addscriptdialog.h \
gm_notification.h \
settings/gm_settings.h \
settings/gm_settingslistdelegate.h \
settings/gm_settingsscriptinfo.h \
settings/gm_settingslistwidget.h \
gm_jsobject.h \
gm_icon.h
2012-07-11 18:30:00 +02:00
FORMS += \
gm_addscriptdialog.ui \
gm_notification.ui \
settings/gm_settings.ui \
settings/gm_settingsscriptinfo.ui
RESOURCES += greasemonkey.qrc
TRANSLATIONS += \
translations/ar_SA.ts \
translations/bg_BG.ts \
2013-03-11 17:00:28 +01:00
translations/ca_ES.ts \
2012-07-11 18:30:00 +02:00
translations/cs_CZ.ts \
translations/de_DE.ts \
2013-03-11 17:00:28 +01:00
translations/el_GR.ts \
translations/es_AR.ts \
2012-07-31 00:39:35 +02:00
translations/es_ES.ts \
translations/es_MX.ts \
2012-07-31 00:39:35 +02:00
translations/es_VE.ts \
translations/eu_ES.ts \
2013-03-11 17:00:28 +01:00
translations/fa_IR.ts \
translations/fi_FI.ts \
2012-07-11 18:30:00 +02:00
translations/fr_FR.ts \
translations/gl_ES.ts \
translations/he_IL.ts \
translations/hr_HR.ts \
2013-03-11 17:00:28 +01:00
translations/hu_HU.ts \
2012-07-21 10:49:48 +02:00
translations/id_ID.ts \
translations/it_IT.ts \
2013-03-11 17:00:28 +01:00
translations/ja_JP.ts \
translations/ka_GE.ts \
translations/lv_LV.ts \
translations/my_MM.ts \
translations/nb_NO.ts \
2013-03-11 17:00:28 +01:00
translations/nl_NL.ts \
translations/nqo.ts \
2013-03-11 17:00:28 +01:00
translations/pl_PL.ts \
translations/pt_BR.ts \
translations/pt_PT.ts \
2013-03-11 17:00:28 +01:00
translations/ru_RU.ts \
translations/sk_SK.ts \
2014-03-10 19:47:27 +01:00
translations/sr@ijekavianlatin.ts \
translations/sr@ijekavian.ts \
2014-03-10 19:47:27 +01:00
translations/sr@latin.ts \
translations/sr.ts \
2013-03-11 17:00:28 +01:00
translations/sv_SE.ts \
translations/tr_TR.ts \
translations/uk_UA.ts \
translations/uz@Cyrl.ts \
translations/uz@Latn.ts \
2013-03-11 17:00:28 +01:00
translations/zh_CN.ts \
translations/zh_TW.ts \
2012-07-11 18:30:00 +02:00
PLUGIN_DIR = $$PWD
2013-05-25 00:29:05 +02:00
include(../../plugins.pri)