visual order of entries will now affect their saving order, changed the behavior of the entry view header. git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@124 b624d157-de02-0410-bad0-e51aec6abb33master
parent
ee97e3c197
commit
28ba242090
@ -1,146 +1,159 @@ |
|||||||
# Diese Datei wurde mit dem qmake-Manager von KDevelop erstellt. |
###################################################################### |
||||||
# ------------------------------------------- |
# Automatically generated by qmake (2.01a) Mo Jan 29 18:17:19 2007 |
||||||
# Unterordner relativ zum Projektordner: ./src |
###################################################################### |
||||||
# Das Target ist eine Anwendung: ../bin/keepass |
|
||||||
|
DEPENDPATH += "crypto \ |
||||||
|
dialogs \ |
||||||
INSTALLS += target data |
export \ |
||||||
data.files += ../share/keepass/* |
forms \ |
||||||
TARGET = ../bin/keepassx |
import \ |
||||||
|
lib \ |
||||||
unix:!macx{ |
translations" |
||||||
isEmpty(PREFIX){ |
INSTALLS += target data |
||||||
PREFIX=/usr/local |
data.files += ../share/keepass/* |
||||||
} |
TARGET = ../bin/keepassx |
||||||
target.path = $${PREFIX}/bin |
|
||||||
data.path = $${PREFIX}/share/keepass |
unix: !macx{ |
||||||
LIBS+=-lXtst |
isEmpty(PREFIX){ |
||||||
SOURCES+=lib/AutoType_X11.cpp |
PREFIX = /usr/local |
||||||
} |
} |
||||||
|
target.path = $${PREFIX}/bin |
||||||
macx{ |
data.path = $${PREFIX}/share/keepass |
||||||
target.path = /Applications |
LIBS += -lXtst -lQtDBus |
||||||
data.path = /Applications/keepass.app/Contents/share/keepass |
SOURCES += lib/AutoType_X11.cpp |
||||||
SOURCES+=lib/AutoType_X11.cpp |
} |
||||||
} |
|
||||||
|
macx{ |
||||||
win32{ |
target.path = /Applications |
||||||
SOURCES+=lib/AutoType_Win.cpp |
data.path = /Applications/keepass.app/Contents/share/keepass |
||||||
TARGET=../$$TARGET |
SOURCES += lib/AutoType_X11.cpp |
||||||
QMAKE_LINK_OBJECT_SCRIPT=../build/$$QMAKE_LINK_OBJECT_SCRIPT |
} |
||||||
|
|
||||||
} |
win32{ |
||||||
|
SOURCES += lib/AutoType_Win.cpp |
||||||
FORMS += forms/EditGroupDlg.ui \ |
TARGET = ../$$TARGET |
||||||
forms/SearchDlg.ui \ |
QMAKE_LINK_OBJECT_SCRIPT = ../build/$$QMAKE_LINK_OBJECT_SCRIPT |
||||||
forms/AboutDlg.ui \ |
|
||||||
forms/SettingsDlg.ui \ |
} |
||||||
forms/MainWindow.ui \ |
|
||||||
forms/SimplePasswordDlg.ui \ |
FORMS += forms/EditGroupDlg.ui \ |
||||||
forms/DatabaseSettingsDlg.ui \ |
forms/SearchDlg.ui \ |
||||||
forms/PasswordDlg.ui \ |
forms/AboutDlg.ui \ |
||||||
forms/EditEntryDlg.ui \ |
forms/SettingsDlg.ui \ |
||||||
forms/PasswordGenDlg.ui \ |
forms/MainWindow.ui \ |
||||||
forms/SelectIconDlg.ui \ |
forms/SimplePasswordDlg.ui \ |
||||||
forms/CollectEntropyDlg.ui |
forms/DatabaseSettingsDlg.ui \ |
||||||
TRANSLATIONS += translations/keepass-de_DE.ts \ |
forms/PasswordDlg.ui \ |
||||||
translations/keepass-ru_RU.ts \ |
forms/EditEntryDlg.ui \ |
||||||
translations/keepass-es_ES.ts \ |
forms/PasswordGenDlg.ui \ |
||||||
translations/keepass-fr_FR.ts \ |
forms/SelectIconDlg.ui \ |
||||||
translations/keepass-cs_CS.ts \ |
forms/CollectEntropyDlg.ui |
||||||
translations/keepass-xx_XX.ts |
TRANSLATIONS += translations/keepass-de_DE.ts \ |
||||||
HEADERS += lib/IniReader.h \ |
translations/keepass-ru_RU.ts \ |
||||||
lib/UrlLabel.h \ |
translations/keepass-es_ES.ts \ |
||||||
mainwindow.h \ |
translations/keepass-fr_FR.ts \ |
||||||
StandardDatabase.h \ |
translations/keepass-cs_CS.ts \ |
||||||
lib/SecString.h \ |
translations/keepass-xx_XX.ts |
||||||
crypto/twoclass.h \ |
HEADERS += lib/IniReader.h \ |
||||||
crypto/twofish.h \ |
lib/UrlLabel.h \ |
||||||
import/Import_PwManager.h \ |
mainwindow.h \ |
||||||
export/Export_Txt.h \ |
StandardDatabase.h \ |
||||||
import/Import_KWalletXml.h \ |
lib/SecString.h \ |
||||||
PwmConfig.h \ |
crypto/twoclass.h \ |
||||||
dialogs/AboutDlg.h \ |
crypto/twofish.h \ |
||||||
dialogs/EditGroupDlg.h \ |
import/Import_PwManager.h \ |
||||||
dialogs/SearchDlg.h \ |
export/Export_Txt.h \ |
||||||
dialogs/SettingsDlg.h \ |
import/Import_KWalletXml.h \ |
||||||
dialogs/DatabaseSettingsDlg.h \ |
PwmConfig.h \ |
||||||
dialogs/PasswordDlg.h \ |
dialogs/AboutDlg.h \ |
||||||
dialogs/SimplePasswordDlg.h \ |
dialogs/EditGroupDlg.h \ |
||||||
dialogs/EditEntryDlg.h \ |
dialogs/SearchDlg.h \ |
||||||
dialogs/PasswordGenDlg.h \ |
dialogs/SettingsDlg.h \ |
||||||
dialogs/SelectIconDlg.h \ |
dialogs/DatabaseSettingsDlg.h \ |
||||||
dialogs/CollectEntropyDlg.h \ |
dialogs/PasswordDlg.h \ |
||||||
lib/random.h \ |
dialogs/SimplePasswordDlg.h \ |
||||||
Database.h \ |
dialogs/EditEntryDlg.h \ |
||||||
lib/KdePlugin.h \ |
dialogs/PasswordGenDlg.h \ |
||||||
lib/AutoType.h \ |
dialogs/SelectIconDlg.h \ |
||||||
lib/FileDialogs.h \ |
dialogs/CollectEntropyDlg.h \ |
||||||
global.h \ |
lib/random.h \ |
||||||
main.h \ |
Database.h \ |
||||||
lib/GroupView.h \ |
lib/KdePlugin.h \ |
||||||
lib/EntryView.h \ |
lib/AutoType.h \ |
||||||
crypto/arcfour.h \ |
lib/FileDialogs.h \ |
||||||
lib/KpFileIconProvider.h \ |
global.h \ |
||||||
crypto/aes_edefs.h \ |
main.h \ |
||||||
crypto/aes_tdefs.h \ |
lib/GroupView.h \ |
||||||
crypto/aes.h \ |
lib/EntryView.h \ |
||||||
crypto/aesopt.h \ |
crypto/arcfour.h \ |
||||||
crypto/aestab.h \ |
lib/KpFileIconProvider.h \ |
||||||
crypto/aescpp.h \ |
crypto/aes_edefs.h \ |
||||||
crypto/sha256.h \ |
crypto/aes_tdefs.h \ |
||||||
crypto/yarrow.h \ |
crypto/aes.h \ |
||||||
lib/WaitAnimationWidget.h \ |
crypto/aesopt.h \ |
||||||
plugins/interfaces/IFileDialog.h \ |
crypto/aestab.h \ |
||||||
plugins/interfaces/IKdeInit.h \ |
crypto/aescpp.h \ |
||||||
plugins/interfaces/IGnomeInit.h |
crypto/sha256.h \ |
||||||
SOURCES += lib/IniReader.cpp \ |
crypto/yarrow.h \ |
||||||
lib/UrlLabel.cpp \ |
lib/WaitAnimationWidget.h \ |
||||||
main.cpp \ |
plugins/interfaces/IFileDialog.h \ |
||||||
mainwindow.cpp \ |
plugins/interfaces/IKdeInit.h \ |
||||||
StandardDatabase.cpp \ |
plugins/interfaces/IGnomeInit.h \ |
||||||
lib/SecString.cpp \ |
KpxFirefox.h |
||||||
crypto/twoclass.cpp \ |
SOURCES += lib/IniReader.cpp \ |
||||||
crypto/twofish.cpp \ |
lib/UrlLabel.cpp \ |
||||||
import/Import_PwManager.cpp \ |
main.cpp \ |
||||||
export/Export_Txt.cpp \ |
mainwindow.cpp \ |
||||||
import/Import_KWalletXml.cpp \ |
StandardDatabase.cpp \ |
||||||
PwmConfig.cpp \ |
lib/SecString.cpp \ |
||||||
dialogs/AboutDlg.cpp \ |
crypto/twoclass.cpp \ |
||||||
dialogs/EditGroupDlg.cpp \ |
crypto/twofish.cpp \ |
||||||
dialogs/SearchDlg.cpp \ |
import/Import_PwManager.cpp \ |
||||||
dialogs/SettingsDlg.cpp \ |
export/Export_Txt.cpp \ |
||||||
dialogs/DatabaseSettingsDlg.cpp \ |
import/Import_KWalletXml.cpp \ |
||||||
dialogs/PasswordDlg.cpp \ |
PwmConfig.cpp \ |
||||||
dialogs/SimplePasswordDlg.cpp \ |
dialogs/AboutDlg.cpp \ |
||||||
dialogs/EditEntryDlg.cpp \ |
dialogs/EditGroupDlg.cpp \ |
||||||
dialogs/PasswordGenDlg.cpp \ |
dialogs/SearchDlg.cpp \ |
||||||
dialogs/SelectIconDlg.cpp \ |
dialogs/SettingsDlg.cpp \ |
||||||
dialogs/CollectEntropyDlg.cpp \ |
dialogs/DatabaseSettingsDlg.cpp \ |
||||||
lib/random.cpp \ |
dialogs/PasswordDlg.cpp \ |
||||||
Database.cpp \ |
dialogs/SimplePasswordDlg.cpp \ |
||||||
lib/KdePlugin.cpp \ |
dialogs/EditEntryDlg.cpp \ |
||||||
lib/GroupView.cpp \ |
dialogs/PasswordGenDlg.cpp \ |
||||||
lib/EntryView.cpp \ |
dialogs/SelectIconDlg.cpp \ |
||||||
lib/FileDialogs.cpp \ |
dialogs/CollectEntropyDlg.cpp \ |
||||||
crypto/arcfour.cpp \ |
lib/random.cpp \ |
||||||
lib/KpFileIconProvider.cpp \ |
Database.cpp \ |
||||||
crypto/aescrypt.c \ |
lib/KdePlugin.cpp \ |
||||||
crypto/aeskey.c \ |
lib/GroupView.cpp \ |
||||||
crypto/aestab.c \ |
lib/EntryView.cpp \ |
||||||
crypto/aes_modes.c \ |
lib/FileDialogs.cpp \ |
||||||
crypto/sha256.cpp \ |
crypto/arcfour.cpp \ |
||||||
crypto/yarrow.cpp \ |
lib/KpFileIconProvider.cpp \ |
||||||
lib/WaitAnimationWidget.cpp |
crypto/aescrypt.c \ |
||||||
QT += xml |
crypto/aeskey.c \ |
||||||
MOC_DIR = ../build/moc |
crypto/aestab.c \ |
||||||
UI_DIR = ../build/ui |
crypto/aes_modes.c \ |
||||||
OBJECTS_DIR = ../build/ |
crypto/sha256.cpp \ |
||||||
INCLUDEPATH += ./ |
crypto/yarrow.cpp \ |
||||||
CONFIG += debug \ |
lib/WaitAnimationWidget.cpp \ |
||||||
warn_off \ |
KpxFirefox.cpp |
||||||
qt \ |
MOC_DIR = ../build/moc |
||||||
thread \ |
UI_DIR = ../build/ui |
||||||
exceptions \ |
OBJECTS_DIR = ../build/ |
||||||
stl |
CONFIG += debug \ |
||||||
TEMPLATE = app |
qt \ |
||||||
|
thread \ |
||||||
|
warn_off \ |
||||||
|
dbus |
||||||
|
QT += dbus xml |
||||||
|
TEMPLATE = app |
||||||
|
INCLUDEPATH += . \ |
||||||
|
lib \ |
||||||
|
crypto \ |
||||||
|
plugins/interfaces \ |
||||||
|
export \ |
||||||
|
import \ |
||||||
|
dialogs \ |
||||||
|
./ |
||||||
|
Reference in new issue