git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@51 b624d157-de02-0410-bad0-e51aec6abb33master
parent
d6ea6e8971
commit
09ab186b9d
@ -1,110 +1,109 @@ |
|||||||
# Diese Datei wurde mit dem qmake-Manager von KDevelop erstellt. |
# Diese Datei wurde mit dem qmake-Manager von KDevelop erstellt. |
||||||
# ------------------------------------------- |
# ------------------------------------------- |
||||||
# Unterordner relativ zum Projektordner: ./src |
# Unterordner relativ zum Projektordner: ./src |
||||||
# Das Target ist eine Anwendung: ../bin/keepass |
# Das Target ist eine Anwendung: ../bin/keepass |
||||||
|
|
||||||
INSTALLS += Share |
INSTALLS += target \ |
||||||
Share.files += ../share/keepass/* |
Share |
||||||
FORMS += forms/EditGroupDlg.ui \ |
Share.files += ../share/keepass/* |
||||||
forms/SearchDlg.ui \ |
unix{ target.path = /usr/local/bin |
||||||
forms/AboutDlg.ui \ |
Share.path = /usr/local/share/keepass |
||||||
forms/LanguageDlg.ui \ |
} |
||||||
forms/SettingsDlg.ui \ |
macx{ target.path = /Applications |
||||||
forms/ChangeKeyDlg.ui \ |
Share.path = /Applications/keepass.app/Contents/share/keepass |
||||||
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/LanguageDlg.ui \ |
||||||
forms/PasswordGenDlg.ui |
forms/SettingsDlg.ui \ |
||||||
TRANSLATIONS += translations/english.ts \ |
forms/ChangeKeyDlg.ui \ |
||||||
translations/russian.ts |
forms/MainWindow.ui \ |
||||||
HEADERS += lib/IniReader.h \ |
forms/SimplePasswordDlg.ui \ |
||||||
lib/UrlLabel.h \ |
forms/DatabaseSettingsDlg.ui \ |
||||||
mainwindow.h \ |
forms/PasswordDlg.ui \ |
||||||
PwManager.h \ |
forms/EditEntryDlg.ui \ |
||||||
crypto/rijndael.h \ |
forms/PasswordGenDlg.ui |
||||||
lib/SecString.h \ |
TRANSLATIONS += translations/english.ts \ |
||||||
crypto/sha256.h \ |
translations/russian.ts |
||||||
crypto/twoclass.h \ |
HEADERS += lib/IniReader.h \ |
||||||
crypto/twofish.h \ |
lib/UrlLabel.h \ |
||||||
import/Import_PwManager.h \ |
mainwindow.h \ |
||||||
crypto/blowfish.h \ |
PwManager.h \ |
||||||
crypto/sha1.h \ |
crypto/rijndael.h \ |
||||||
import/Import_KWalletXml.h \ |
lib/SecString.h \ |
||||||
PwmConfig.h \ |
crypto/sha256.h \ |
||||||
dialogs/AboutDlg.h \ |
crypto/twoclass.h \ |
||||||
dialogs/EditGroupDlg.h \ |
crypto/twofish.h \ |
||||||
dialogs/SearchDlg.h \ |
import/Import_PwManager.h \ |
||||||
dialogs/ChangeKeyDlg.h \ |
crypto/blowfish.h \ |
||||||
dialogs/LanguageDlg.h \ |
crypto/sha1.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/ChangeKeyDlg.h \ |
||||||
lib/random.h \ |
dialogs/LanguageDlg.h \ |
||||||
Database.h \ |
dialogs/SettingsDlg.h \ |
||||||
lib/KdePlugin.h \ |
dialogs/DatabaseSettingsDlg.h \ |
||||||
global.h \ |
dialogs/PasswordDlg.h \ |
||||||
main.h \ |
dialogs/SimplePasswordDlg.h \ |
||||||
lib/GroupView.h \ |
dialogs/EditEntryDlg.h \ |
||||||
lib/EntryView.h \ |
dialogs/PasswordGenDlg.h \ |
||||||
crypto/arcfour.h \ |
lib/random.h \ |
||||||
lib/KpFileIconProvider.h |
Database.h \ |
||||||
SOURCES += lib/IniReader.cpp \ |
lib/KdePlugin.h \ |
||||||
lib/UrlLabel.cpp \ |
global.h \ |
||||||
main.cpp \ |
main.h \ |
||||||
mainwindow.cpp \ |
lib/GroupView.h \ |
||||||
PwManager.cpp \ |
lib/EntryView.h \ |
||||||
crypto/rijndael.cpp \ |
crypto/arcfour.h \ |
||||||
lib/SecString.cpp \ |
lib/KpFileIconProvider.h |
||||||
crypto/sha256.c \ |
SOURCES += lib/IniReader.cpp \ |
||||||
crypto/twoclass.cpp \ |
lib/UrlLabel.cpp \ |
||||||
crypto/twofish.cpp \ |
main.cpp \ |
||||||
import/Import_PwManager.cpp \ |
mainwindow.cpp \ |
||||||
crypto/blowfish.cpp \ |
PwManager.cpp \ |
||||||
crypto/sha1.cpp \ |
crypto/rijndael.cpp \ |
||||||
import/Import_KWalletXml.cpp \ |
lib/SecString.cpp \ |
||||||
PwmConfig.cpp \ |
crypto/sha256.c \ |
||||||
dialogs/AboutDlg.cpp \ |
crypto/twoclass.cpp \ |
||||||
dialogs/EditGroupDlg.cpp \ |
crypto/twofish.cpp \ |
||||||
dialogs/SearchDlg.cpp \ |
import/Import_PwManager.cpp \ |
||||||
dialogs/ChangeKeyDlg.cpp \ |
crypto/blowfish.cpp \ |
||||||
dialogs/LanguageDlg.cpp \ |
crypto/sha1.cpp \ |
||||||
dialogs/SettingsDlg.cpp \ |
import/Import_KWalletXml.cpp \ |
||||||
dialogs/DatabaseSettingsDlg.cpp \ |
PwmConfig.cpp \ |
||||||
dialogs/PasswordDlg.cpp \ |
dialogs/AboutDlg.cpp \ |
||||||
dialogs/SimplePasswordDlg.cpp \ |
dialogs/EditGroupDlg.cpp \ |
||||||
dialogs/EditEntryDlg.cpp \ |
dialogs/SearchDlg.cpp \ |
||||||
dialogs/PasswordGenDlg.cpp \ |
dialogs/ChangeKeyDlg.cpp \ |
||||||
lib/random.cpp \ |
dialogs/LanguageDlg.cpp \ |
||||||
Database.cpp \ |
dialogs/SettingsDlg.cpp \ |
||||||
lib/KdePlugin.cpp \ |
dialogs/DatabaseSettingsDlg.cpp \ |
||||||
lib/GroupView.cpp \ |
dialogs/PasswordDlg.cpp \ |
||||||
lib/EntryView.cpp \ |
dialogs/SimplePasswordDlg.cpp \ |
||||||
crypto/arcfour.cpp \ |
dialogs/EditEntryDlg.cpp \ |
||||||
lib/KpFileIconProvider.cpp |
dialogs/PasswordGenDlg.cpp \ |
||||||
QT += xml \ |
lib/random.cpp \ |
||||||
qt3support |
Database.cpp \ |
||||||
MOC_DIR = ../build/moc |
lib/KdePlugin.cpp \ |
||||||
UI_DIR = ../build/ui |
lib/GroupView.cpp \ |
||||||
OBJECTS_DIR = ../build/ |
lib/EntryView.cpp \ |
||||||
TARGET = ../bin/keepass |
crypto/arcfour.cpp \ |
||||||
INCLUDEPATH += ./ |
lib/KpFileIconProvider.cpp |
||||||
CONFIG += debug \ |
QT += xml \ |
||||||
warn_off \ |
qt3support |
||||||
qt \ |
MOC_DIR = ../build/moc |
||||||
thread \ |
UI_DIR = ../build/ui |
||||||
exceptions \ |
OBJECTS_DIR = ../build/ |
||||||
stl |
TARGET = ../bin/keepass |
||||||
TEMPLATE = app |
INCLUDEPATH += ./ |
||||||
unix{ |
CONFIG += debug \ |
||||||
target.path = /usr/local/bin |
warn_off \ |
||||||
Share.path = /usr/local/share/keepass |
qt \ |
||||||
} |
thread \ |
||||||
macx{ |
exceptions \ |
||||||
target.path = /Applications |
stl |
||||||
Share.path = /Applications/keepass.app/Contents/share/keepass |
TEMPLATE = app |
||||||
} |
|
Reference in new issue