-rw-r--r-- | pwmanager/libcrypt/error/error.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pwmanager/libcrypt/error/error.pro b/pwmanager/libcrypt/error/error.pro index 8c5f667..e96bcee 100644 --- a/pwmanager/libcrypt/error/error.pro +++ b/pwmanager/libcrypt/error/error.pro @@ -1,32 +1,34 @@ ###################################################################### # Automatically generated by qmake (1.07a) Tue Oct 19 15:09:32 2004 ###################################################################### TEMPLATE = lib CONFIG += staticlib INCLUDEPATH += . OBJECTS_DIR = obj/$(PLATFORM) MOC_DIR = moc/$(PLATFORM) DESTDIR= ../$(PLATFORM) TARGET = kpmicroerror # Input HEADERS += code-from-errno.h \ code-to-errno.h \ err-codes-sym.h \ err-codes.h \ err-sources-sym.h \ err-sources.h \ errnos-sym.h \ gettext.h SOURCES += code-from-errno.c \ code-to-errno.c \ strerror-sym.c \ strerror.c \ strsource-sym.c \ strsource.c # gpg-error.c \ # gpg-error.h \ # mkerrcodes.h - # mkerrcodes.c \
\ No newline at end of file + # mkerrcodes.c \ +#The following line was inserted by qt3to4 +QT += xml qt3support |