mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-14 11:02:19 +01:00
22 lines
481 B
Prolog
22 lines
481 B
Prolog
include(../../defines.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(KWalletPasswords)
|
|
|
|
SOURCES += kwalletplugin.cpp \
|
|
kwalletpasswordbackend.cpp
|
|
|
|
HEADERS += kwalletplugin.h \
|
|
kwalletpasswordbackend.h
|
|
|
|
RESOURCES += kwalletpasswords.qrc
|
|
|
|
TRANSLATIONS = translations/cs_CZ.ts \
|
|
translations/sr_BA.ts \
|
|
translations/sr_BA@latin.ts \
|
|
translations/sr_RS.ts \
|
|
translations/sr_RS@latin.ts
|
|
|
|
LIBS += -lkdeui
|
|
|
|
include(../../plugins.pri)
|