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

20 lines
398 B
Prolog

include(../../defines.pri)
!mac:unix:contains(DEFINES, "KDE_INTEGRATION") {
TARGET = $$qtLibraryTarget(KWalletPasswords)
SOURCES += kwalletplugin.cpp \
kwalletpasswordbackend.cpp
HEADERS += kwalletplugin.h \
kwalletpasswordbackend.h
RESOURCES += kwalletpasswords.qrc
TRANSLATIONS = translations/cs_CZ.ts \
LIBS += -lkdeui
}
include(../../plugins.pri)