Kennwortmanager KeePassX
Weiterentwicklung der Version 1
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
|
message("See 'Install.txt' for configuration options.")
|
|
|
|
message("*** Build Configuration:")
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
isEmpty(PREFIX){
|
|
|
|
PREFIX = /usr
|
|
|
|
}
|
|
|
|
isEmpty(KDEDIR){
|
|
|
|
KDEDIR = /usr
|
|
|
|
}
|
|
|
|
SUBDIRS += src
|
|
|
|
contains(INT_PLUGINS,kde) {
|
|
|
|
SUBDIRS +=src/plugins/kde
|
|
|
|
message("Build KDE Plugin: yes")
|
|
|
|
}
|
|
|
|
!contains(INT_PLUGINS,kde) {
|
|
|
|
message("Build KDE Plugin: no")
|
|
|
|
}
|
|
|
|
contains(INT_PLUGINS,gtk) {
|
|
|
|
SUBDIRS +=src/plugins/gnome
|
|
|
|
message("Build Gnome Plugin: yes")
|
|
|
|
}
|
|
|
|
!contains(INT_PLUGINS,gtk) {
|
|
|
|
message("Build Gnome Plugin: no")
|
|
|
|
}
|
|
|
|
message("Install Prefix:" $$PREFIX)
|
|
|
|
message("KDE Prefix:" $$KDEDIR)
|
|
|
|
message("*** Makefile successfully generated.")
|
|
|
|
message("*** Start make now.")
|