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

55 lines
1.4 KiB
Prolog

include(../../defines.pri)
TARGET = $$qtLibraryTarget(GnomeKeyringPasswords)
SOURCES += gnomekeyringplugin.cpp \
gnomekeyringpasswordbackend.cpp
HEADERS += gnomekeyringplugin.h \
gnomekeyringpasswordbackend.h
RESOURCES += gnomekeyringpasswords.qrc
TRANSLATIONS += \
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/fa_IR.ts \
translations/fi_FI.ts \
translations/fr_FR.ts \
translations/he_IL.ts \
translations/hr_HR.ts \
translations/id_ID.ts \
translations/it_IT.ts \
translations/ja_JP.ts \
translations/ko_KR.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 \
translations/sr@ijekavianlatin.ts \
translations/sr@ijekavian.ts \
translations/sr@latin.ts \
translations/sr.ts \
translations/tr_TR.ts \
translations/uk_UA.ts \
translations/uz@Cyrl.ts \
translations/uz@Latn.ts \
translations/zh_CN.ts \
translations/zh_TW.ts \
LIBS += $$system(pkg-config --libs gnome-keyring-1)
QMAKE_CXXFLAGS += $$system(pkg-config --cflags gnome-keyring-1)
PLUGIN_DIR = $$PWD
include(../../plugins.pri)