2013-05-26 15:46:21 +02:00
|
|
|
TARGET = $$qtLibraryTarget(StatusBarIcons)
|
|
|
|
|
|
|
|
SOURCES += statusbariconsplugin.cpp \
|
|
|
|
sbi_iconsmanager.cpp \
|
2013-05-26 18:15:24 +02:00
|
|
|
sbi_imagesicon.cpp \
|
2013-05-27 22:20:30 +02:00
|
|
|
sbi_javascripticon.cpp \
|
|
|
|
sbi_networkicon.cpp \
|
2013-05-28 21:20:13 +02:00
|
|
|
sbi_networkproxy.cpp \
|
|
|
|
sbi_proxywidget.cpp \
|
|
|
|
sbi_networkicondialog.cpp \
|
2013-05-29 23:59:56 +02:00
|
|
|
sbi_networkmanager.cpp \
|
|
|
|
sbi_settingsdialog.cpp
|
2013-05-26 15:46:21 +02:00
|
|
|
|
|
|
|
HEADERS += statusbariconsplugin.h \
|
|
|
|
sbi_iconsmanager.h \
|
2013-05-26 18:15:24 +02:00
|
|
|
sbi_imagesicon.h \
|
2013-05-27 22:20:30 +02:00
|
|
|
sbi_javascripticon.h \
|
|
|
|
sbi_networkicon.h \
|
2013-05-28 21:20:13 +02:00
|
|
|
sbi_networkproxy.h \
|
|
|
|
sbi_proxywidget.h \
|
|
|
|
sbi_networkicondialog.h \
|
2013-05-29 23:59:56 +02:00
|
|
|
sbi_networkmanager.h \
|
|
|
|
sbi_settingsdialog.h
|
2013-05-26 15:46:21 +02:00
|
|
|
|
|
|
|
RESOURCES += statusbaricons.qrc
|
|
|
|
|
2013-12-06 22:32:58 +01:00
|
|
|
TRANSLATIONS += \
|
2013-12-06 22:46:28 +01:00
|
|
|
translations/ar_SA.ts \
|
|
|
|
translations/bg_BG.ts \
|
|
|
|
translations/cs_CZ.ts \
|
2013-06-16 23:45:27 +02:00
|
|
|
translations/de_DE.ts \
|
|
|
|
translations/el_GR.ts \
|
2013-12-06 22:32:58 +01:00
|
|
|
translations/es_ES.ts \
|
2014-01-26 18:05:11 +01:00
|
|
|
translations/es_VE.ts \
|
2013-12-06 22:32:58 +01:00
|
|
|
translations/eu_ES.ts \
|
2014-01-26 18:05:11 +01:00
|
|
|
translations/fa_IR.ts \
|
2013-12-06 22:32:58 +01:00
|
|
|
translations/fr_FR.ts \
|
2013-06-16 23:45:27 +02:00
|
|
|
translations/he_IL.ts \
|
2013-12-06 22:32:58 +01:00
|
|
|
translations/it_IT.ts \
|
2013-06-16 23:45:27 +02:00
|
|
|
translations/ja_JP.ts \
|
|
|
|
translations/nl_NL.ts \
|
2013-12-06 22:46:28 +01:00
|
|
|
translations/nqo.ts \
|
2013-06-16 23:45:27 +02:00
|
|
|
translations/pl_PL.ts \
|
|
|
|
translations/pt_PT.ts \
|
|
|
|
translations/ru_RU.ts \
|
2014-01-26 18:05:11 +01:00
|
|
|
translations/sk_SK.ts \
|
2013-06-02 18:36:18 +02:00
|
|
|
translations/sr_BA@latin.ts \
|
2013-12-06 22:32:58 +01:00
|
|
|
translations/sr_BA.ts \
|
2013-06-16 23:45:27 +02:00
|
|
|
translations/sr_RS@latin.ts \
|
2013-12-06 22:32:58 +01:00
|
|
|
translations/sr_RS.ts \
|
|
|
|
translations/uk_UA.ts \
|
2014-01-26 18:05:11 +01:00
|
|
|
translations/uz@Cyrl.ts \
|
|
|
|
translations/uz@Latn.ts \
|
2013-06-16 23:45:27 +02:00
|
|
|
translations/zh_CN.ts \
|
2013-12-06 22:32:58 +01:00
|
|
|
translations/zh_TW.ts \
|
2013-06-02 18:36:18 +02:00
|
|
|
|
2013-05-28 21:20:13 +02:00
|
|
|
FORMS += \
|
|
|
|
sbi_proxywidget.ui \
|
2013-05-29 23:59:56 +02:00
|
|
|
sbi_networkicondialog.ui \
|
|
|
|
sbi_settingsdialog.ui
|
2014-01-03 20:30:39 +01:00
|
|
|
|
|
|
|
include(../../plugins.pri)
|