@ -1,63 +1,70 @@
######################################################################
# Automatically generated by qmake ( 2.01 a ) Mo Jan 29 18 : 17 : 19 2007
######################################################################
DEPENDPATH += " crypto \
DEPENDPATH += crypto \
dialogs \
export \
forms \
import \
lib \
translations \
res "
res
win32 : QMAKE_WIN32 = 1
MOC_DIR = . . / build / moc
UI_DIR = . . / build / ui
OBJECTS_DIR = . . / build
RCC_DIR = . . / build / rcc
INSTALLS += target data
data . files += . . / share / keepass /*
TARGET = . . / bin / keepassx
isEmpty ( PREFIX ) {
PREFIX = / usr
}
unix : ! macx : ! isEqual ( QMAKE_WIN32 , 1 ) {
isEmpty ( PREFIX ) : PREFIX = / usr
unix : ! macx {
! isEqual ( AUTOTYPE , 0 ) {
DEFINES += AUTOTYPE
! isEqual ( GLOBAL_AUTOTYPE , 0 ) {
! isEqual ( AUTOTYPE , 0 ) {
DEFINES += AUTOTYPE
! isEqual ( GLOBAL_AUTOTYPE , 0 ) {
DEFINES += GLOBAL_AUTOTYPE
}
}
target . path = $ $ { PREFIX } / bin
data . path = $ $ { PREFIX } / share / keepass
pixmaps . files = . . / share / pixmaps /*
pixmaps . path = $ $ { PREFIX } / share / pixmaps
desktop . files = . . / share / applications /*
desktop . path = $ $ { PREFIX } / share / applications
INSTALLS += pixmaps desktop
contains ( DEFINES , AUTOTYPE ) {
LIBS += - lXtst
SOURCES += lib / HelperX11 . cpp lib / AutoType_X11 . cpp
HEADERS += lib / HelperX11 . h
}
contains ( DEFINES , GLOBAL_AUTOTYPE ) {
SOURCES += Application_X11 . cpp
HEADERS += Application_X11 . h
}
}
contains ( DEFINES , GLOBAL_AUTOTYPE ) {
FORMS += forms / AutoTypeDlg . ui
HEADERS += dialogs / AutoTypeDlg . h
SOURCES += dialogs / AutoTypeDlg . cpp
target . path = $ $ { PREFIX } / bin
data . path = $ $ { PREFIX } / share / keepass
pixmaps . files = . . / share / pixmaps /*
pixmaps . path = $ $ { PREFIX } / share / pixmaps
desktop . files = . . / share / applications /*
desktop . path = $ $ { PREFIX } / share / applications
INSTALLS += pixmaps desktop
contains ( DEFINES , AUTOTYPE ) {
LIBS += - lXtst
SOURCES += lib / HelperX11 . cpp lib / AutoType_X11 . cpp
HEADERS += lib / HelperX11 . h
}
contains ( DEFINES , GLOBAL_AUTOTYPE ) {
SOURCES += Application_X11 . cpp
HEADERS += Application_X11 . h
}
}
macx {
target . path = / Applications
data . path = / Applications / keepass . app / Contents / share / keepass
isEmpty ( PREFIX ) : PREFIX = / Applications
target . path = $ $ { PREFIX }
data . path = $ $ { PREFIX } / keepassx . app / Contents / share / keepass
}
win32 {
TARGET = . . / $ $ TARGET
QMAKE_LINK_OBJECT_SCRIPT = . . / build / $ $ QMAKE_LINK_OBJECT_SCRIPT
isEqual ( QMAKE_WIN32 , 1 ) {
isEmpty ( PREFIX ) : PREFIX = "C:/Program files/KeePassX"
target . path = $ $ { PREFIX }
data . path = $ $ { PREFIX } / share
RC_FILE = . . / share / ico / keepassx . rc
QMAKE_LINK_OBJECT_SCRIPT = $ $ { OBJECTS_DIR } / $ $ { QMAKE_LINK_OBJECT_SCRIPT }
}
contains ( DEFINES , GLOBAL_AUTOTYPE ) {
FORMS += forms / AutoTypeDlg . ui
HEADERS += dialogs / AutoTypeDlg . h
SOURCES += dialogs / AutoTypeDlg . cpp
}
FORMS += forms / EditGroupDlg . ui \
@ -70,34 +77,35 @@ FORMS += forms/EditGroupDlg.ui \
forms / PasswordDlg . ui \
forms / EditEntryDlg . ui \
forms / PasswordGenDlg . ui \
forms / SelectIconDlg . ui \
forms / CollectEntropyDlg . ui \
forms / CustomizeDetailViewDlg . ui \
forms / CalendarDlg . ui \
# forms / TrashCanDlg . ui \
forms / ExpiredEntriesDlg . ui \
forms / WorkspaceLockedWidget . ui \
forms / AddBookmarkDlg . ui \
forms / ManageBookmarksDlg . ui
forms / SelectIconDlg . ui \
forms / CollectEntropyDlg . ui \
forms / CustomizeDetailViewDlg . ui \
forms / CalendarDlg . ui \
# forms / TrashCanDlg . ui \
forms / ExpiredEntriesDlg . ui \
forms / WorkspaceLockedWidget . ui \
forms / AddBookmarkDlg . ui \
forms / ManageBookmarksDlg . ui
TRANSLATIONS += translations / keepass - de_DE . ts \
translations / keepass - ru_RU . ts \
translations / keepass - es_ES . ts \
translations / keepass - fr_FR . ts \
translations / keepass - cs_CS . ts \
translations / keepass - ru_RU . ts \
translations / keepass - es_ES . ts \
translations / keepass - fr_FR . ts \
translations / keepass - cs_CS . ts \
translations / keepass - xx_XX . ts
HEADERS += lib / IniReader . h \
lib / UrlLabel . h \
HEADERS += lib / UrlLabel . h \
mainwindow . h \
Kdb3Database . h \
lib / SecString . h \
crypto / twoclass . h \
crypto / twofish . h \
import / Import . h \
import / Import_KeePassX_Xml . h \
import / Import . h \
import / Import_KeePassX_Xml . h \
import / Import_PwManager . h \
export / Export_Txt . h \
export / Export_KeePassX_Xml . h \
export / Export . h \
export / Export_KeePassX_Xml . h \
export / Export . h \
import / Import_KWalletXml . h \
dialogs / AboutDlg . h \
dialogs / EditGroupDlg . h \
@ -108,44 +116,44 @@ HEADERS += lib/IniReader.h \
dialogs / SimplePasswordDlg . h \
dialogs / EditEntryDlg . h \
dialogs / PasswordGenDlg . h \
dialogs / SelectIconDlg . h \
dialogs / CollectEntropyDlg . h \
dialogs / CustomizeDetailViewDlg . h \
dialogs / CalendarDlg . h \
dialogs / ExpiredEntriesDlg . h \
# dialogs / TrashCanDlg . h \
dialogs / SelectIconDlg . h \
dialogs / CollectEntropyDlg . h \
dialogs / CustomizeDetailViewDlg . h \
dialogs / CalendarDlg . h \
dialogs / ExpiredEntriesDlg . h \
# dialogs / TrashCanDlg . h \
lib / random . h \
Database . h \
# lib / KdePlugin . h \
lib / AutoType . h \
lib / FileDialogs . h \
lib / ShortcutWidget . h \
lib / AutoType . h \
lib / FileDialogs . h \
lib / ShortcutWidget . h \
global . h \
main . h \
lib / GroupView . h \
lib / EntryView . h \
crypto / arcfour . h \
lib / KpFileIconProvider . h \
crypto / aes_edefs . h \
crypto / aes_tdefs . h \
crypto / aes . h \
crypto / aesopt . h \
crypto / aestab . h \
crypto / aescpp . h \
crypto / sha256 . h \
crypto / yarrow . h \
crypto / blowfish . h \
crypto / sha1 . h \
lib / WaitAnimationWidget . h \
plugins / interfaces / IFileDialog . h \
plugins / interfaces / IKdeInit . h \
plugins / interfaces / IGnomeInit . h \
plugins / interfaces / IIconTheme . h \
KpxConfig . h \
# KpxFirefox . h \
dialogs / AddBookmarkDlg . h \
lib / bookmarks . h \
dialogs / ManageBookmarksDlg . h
crypto / aes_edefs . h \
crypto / aes_tdefs . h \
crypto / aes . h \
crypto / aesopt . h \
crypto / aestab . h \
crypto / aescpp . h \
crypto / sha256 . h \
crypto / yarrow . h \
crypto / blowfish . h \
crypto / sha1 . h \
lib / WaitAnimationWidget . h \
plugins / interfaces / IFileDialog . h \
# plugins / interfaces / IKdeInit . h \
# plugins / interfaces / IGnomeInit . h \
plugins / interfaces / IIconTheme . h \
KpxConfig . h \
# KpxFirefox . h \
dialogs / AddBookmarkDlg . h \
lib / bookmarks . h \
dialogs / ManageBookmarksDlg . h
SOURCES += lib / UrlLabel . cpp \
main . cpp \
mainwindow . cpp \
@ -153,14 +161,14 @@ SOURCES += lib/UrlLabel.cpp \
lib / SecString . cpp \
crypto / twoclass . cpp \
crypto / twofish . cpp \
crypto / blowfish . cpp \
crypto / sha1 . cpp \
import / Import . cpp \
crypto / blowfish . cpp \
crypto / sha1 . cpp \
import / Import . cpp \
import / Import_PwManager . cpp \
import / Import_KeePassX_Xml . cpp \
import / Import_KeePassX_Xml . cpp \
export / Export_Txt . cpp \
export / Export_KeePassX_Xml . cpp \
export / Export . cpp \
export / Export_KeePassX_Xml . cpp \
export / Export . cpp \
import / Import_KWalletXml . cpp \
dialogs / AboutDlg . cpp \
dialogs / EditGroupDlg . cpp \
@ -171,58 +179,59 @@ SOURCES += lib/UrlLabel.cpp \
dialogs / SimplePasswordDlg . cpp \
dialogs / EditEntryDlg . cpp \
dialogs / PasswordGenDlg . cpp \
dialogs / SelectIconDlg . cpp \
dialogs / CollectEntropyDlg . cpp \
dialogs / CustomizeDetailViewDlg . cpp \
dialogs / CalendarDlg . cpp \
dialogs / ExpiredEntriesDlg . cpp \
# dialogs / TrashCanDlg . cpp \
dialogs / SelectIconDlg . cpp \
dialogs / CollectEntropyDlg . cpp \
dialogs / CustomizeDetailViewDlg . cpp \
dialogs / CalendarDlg . cpp \
dialogs / ExpiredEntriesDlg . cpp \
# dialogs / TrashCanDlg . cpp \
lib / random . cpp \
Database . cpp \
# lib / KdePlugin . cpp \
lib / GroupView . cpp \
lib / EntryView . cpp \
lib / FileDialogs . cpp \
lib / FileDialogs . cpp \
crypto / arcfour . cpp \
lib / KpFileIconProvider . cpp \
lib / ShortcutWidget . cpp \
crypto / aescrypt . c \
crypto / aeskey . c \
crypto / aestab . c \
crypto / aes_modes . c \
crypto / sha256 . cpp \
crypto / yarrow . cpp \
lib / WaitAnimationWidget . cpp \
KpxConfig . cpp \
crypto / aescrypt . c \
crypto / aeskey . c \
crypto / aestab . c \
crypto / aes_modes . c \
crypto / sha256 . cpp \
crypto / yarrow . cpp \
lib / WaitAnimationWidget . cpp \
KpxConfig . cpp \
# KpxFirefox . cpp \
dialogs / AddBookmarkDlg . cpp \
lib / bookmarks . cpp \
dialogs / ManageBookmarksDlg . cpp
lib / bookmarks . cpp \
dialogs / ManageBookmarksDlg . cpp
RESOURCES += res / resources . qrc
MOC_DIR = . . / build / moc
UI_DIR = . . / build / ui
OBJECTS_DIR = . . / build /
RCC_DIR = . . / build / rcc
CONFIG = qt \
uic \
resources \
thread \
stl \
warn_off
uic \
resources \
thread \
stl \
warn_off
QT += xml
TEMPLATE = app
INCLUDEPATH += . \
lib \
crypto \
plugins / interfaces \
export \
import \
dialogs \
. /
isEqual ( RELEASE , 1 ) {
lib \
crypto \
plugins / interfaces \
export \
import \
dialogs \
. /
isEqual ( RELEASE , 1 ) {
CONFIG += release
}
else {
else {
CONFIG += debug
}
isEqual ( QMAKE_WIN32 , 1 ) {
CONFIG += windows
}