parent
5c698d5d2a
commit
c035e02bbd
3 changed files with 24 additions and 21 deletions
@ -1,20 +1,18 @@ |
||||
include(../../defines.pri) |
||||
|
||||
!mac:unix:contains(DEFINES, "GNOME_INTEGRATION"):system(pkg-config --exists gnome-keyring-1) { |
||||
TARGET = $$qtLibraryTarget(GnomeKeyringPasswords) |
||||
TARGET = $$qtLibraryTarget(GnomeKeyringPasswords) |
||||
|
||||
SOURCES += gnomekeyringplugin.cpp \ |
||||
gnomekeyringpasswordbackend.cpp |
||||
SOURCES += gnomekeyringplugin.cpp \ |
||||
gnomekeyringpasswordbackend.cpp |
||||
|
||||
HEADERS += gnomekeyringplugin.h \ |
||||
gnomekeyringpasswordbackend.h |
||||
HEADERS += gnomekeyringplugin.h \ |
||||
gnomekeyringpasswordbackend.h |
||||
|
||||
RESOURCES += gnomekeyringpasswords.qrc |
||||
RESOURCES += gnomekeyringpasswords.qrc |
||||
|
||||
TRANSLATIONS = translations/cs_CZ.ts \ |
||||
TRANSLATIONS = translations/cs_CZ.ts \ |
||||
|
||||
LIBS += $$system(pkg-config --libs gnome-keyring-1) |
||||
QMAKE_CXXFLAGS += $$system(pkg-config --cflags gnome-keyring-1) |
||||
} |
||||
LIBS += $$system(pkg-config --libs gnome-keyring-1) |
||||
QMAKE_CXXFLAGS += $$system(pkg-config --cflags gnome-keyring-1) |
||||
|
||||
include(../../plugins.pri) |
||||
|
||||
@ -1,19 +1,17 @@ |
||||
include(../../defines.pri) |
||||
|
||||
!mac:unix:contains(DEFINES, "KDE_INTEGRATION") { |
||||
TARGET = $$qtLibraryTarget(KWalletPasswords) |
||||
TARGET = $$qtLibraryTarget(KWalletPasswords) |
||||
|
||||
SOURCES += kwalletplugin.cpp \ |
||||
kwalletpasswordbackend.cpp |
||||
SOURCES += kwalletplugin.cpp \ |
||||
kwalletpasswordbackend.cpp |
||||
|
||||
HEADERS += kwalletplugin.h \ |
||||
kwalletpasswordbackend.h |
||||
HEADERS += kwalletplugin.h \ |
||||
kwalletpasswordbackend.h |
||||
|
||||
RESOURCES += kwalletpasswords.qrc |
||||
RESOURCES += kwalletpasswords.qrc |
||||
|
||||
TRANSLATIONS = translations/cs_CZ.ts \ |
||||
TRANSLATIONS = translations/cs_CZ.ts \ |
||||
|
||||
LIBS += -lkdeui |
||||
} |
||||
LIBS += -lkdeui |
||||
|
||||
include(../../plugins.pri) |
||||
|
||||
Loading…
Reference in new issue