author | Michael Krelin <hacker@klever.net> | 2007-07-04 11:23:42 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-04 11:23:42 (UTC) |
commit | a08aff328d4393031d5ba7d622c2b05705a89d73 (patch) (unidiff) | |
tree | 8ee90d686081c52e7c69b5ce946e9b1a7d690001 /pwmanager/libcrypt | |
parent | 11edc920afe4f274c0964436633aa632c8288a40 (diff) | |
download | kdepimpi-p1.zip kdepimpi-p1.tar.gz kdepimpi-p1.tar.bz2 |
initial public commit of qt4 portp1
-rw-r--r-- | pwmanager/libcrypt/cipher/cipher.pro | 2 | ||||
-rw-r--r-- | pwmanager/libcrypt/error/error.pro | 4 | ||||
-rw-r--r-- | pwmanager/libcrypt/mpi/mpi.pro | 2 | ||||
-rw-r--r-- | pwmanager/libcrypt/zlib/zlib.pro | 2 |
4 files changed, 9 insertions, 1 deletions
diff --git a/pwmanager/libcrypt/cipher/cipher.pro b/pwmanager/libcrypt/cipher/cipher.pro index ad96201..7e1a330 100644 --- a/pwmanager/libcrypt/cipher/cipher.pro +++ b/pwmanager/libcrypt/cipher/cipher.pro | |||
@@ -23,48 +23,50 @@ SOURCES += ac.c \ | |||
23 | dsa.c \ | 23 | dsa.c \ |
24 | elgamal.c \ | 24 | elgamal.c \ |
25 | md.c \ | 25 | md.c \ |
26 | md4.c \ | 26 | md4.c \ |
27 | md5.c \ | 27 | md5.c \ |
28 | primegen.c \ | 28 | primegen.c \ |
29 | pubkey.c \ | 29 | pubkey.c \ |
30 | random.c \ | 30 | random.c \ |
31 | rfc2268.c \ | 31 | rfc2268.c \ |
32 | rijndael.c \ | 32 | rijndael.c \ |
33 | rmd160.c \ | 33 | rmd160.c \ |
34 | rndegd.c \ | 34 | rndegd.c \ |
35 | rndlinux.c \ | 35 | rndlinux.c \ |
36 | rndunix.c \ | 36 | rndunix.c \ |
37 | rsa.c \ | 37 | rsa.c \ |
38 | serpent.c \ | 38 | serpent.c \ |
39 | sha1.c \ | 39 | sha1.c \ |
40 | sha256.c \ | 40 | sha256.c \ |
41 | sha512.c \ | 41 | sha512.c \ |
42 | tiger.c \ | 42 | tiger.c \ |
43 | twofish.c | 43 | twofish.c |
44 | 44 | ||
45 | # rndw32.c \ | 45 | # rndw32.c \ |
46 | 46 | ||
47 | 47 | ||
48 | HEADERS += ../crypt/ath.h \ | 48 | HEADERS += ../crypt/ath.h \ |
49 | ../crypt/cipher.h \ | 49 | ../crypt/cipher.h \ |
50 | ../crypt/g10lib.h \ | 50 | ../crypt/g10lib.h \ |
51 | ../crypt/gcrypt-module.h \ | 51 | ../crypt/gcrypt-module.h \ |
52 | ../crypt/gcrypt.h \ | 52 | ../crypt/gcrypt.h \ |
53 | ../crypt/mpi.h \ | 53 | ../crypt/mpi.h \ |
54 | ../crypt/secmem.h \ | 54 | ../crypt/secmem.h \ |
55 | ../crypt/stdmem.h \ | 55 | ../crypt/stdmem.h \ |
56 | ../crypt/types.h | 56 | ../crypt/types.h |
57 | SOURCES += ../crypt/ath.c \ | 57 | SOURCES += ../crypt/ath.c \ |
58 | ../crypt/global.c \ | 58 | ../crypt/global.c \ |
59 | ../crypt/misc.c \ | 59 | ../crypt/misc.c \ |
60 | ../crypt/missing-string.c \ | 60 | ../crypt/missing-string.c \ |
61 | ../crypt/module.c \ | 61 | ../crypt/module.c \ |
62 | ../crypt/secmem.c \ | 62 | ../crypt/secmem.c \ |
63 | ../crypt/sexp.c \ | 63 | ../crypt/sexp.c \ |
64 | ../crypt/stdmem.c | 64 | ../crypt/stdmem.c |
65 | 65 | ||
66 | 66 | ||
67 | 67 | ||
68 | 68 | ||
69 | #LIBS += -L../$(PLATFORM) | 69 | #LIBS += -L../$(PLATFORM) |
70 | #LIBS += -lgcrypt -lmpi -lerror | 70 | #LIBS += -lgcrypt -lmpi -lerror |
71 | #The following line was inserted by qt3to4 | ||
72 | QT += xml qt3support | ||
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 @@ | |||
1 | ###################################################################### | 1 | ###################################################################### |
2 | # Automatically generated by qmake (1.07a) Tue Oct 19 15:09:32 2004 | 2 | # Automatically generated by qmake (1.07a) Tue Oct 19 15:09:32 2004 |
3 | ###################################################################### | 3 | ###################################################################### |
4 | 4 | ||
5 | TEMPLATE = lib | 5 | TEMPLATE = lib |
6 | CONFIG += staticlib | 6 | CONFIG += staticlib |
7 | INCLUDEPATH += . | 7 | INCLUDEPATH += . |
8 | OBJECTS_DIR = obj/$(PLATFORM) | 8 | OBJECTS_DIR = obj/$(PLATFORM) |
9 | MOC_DIR = moc/$(PLATFORM) | 9 | MOC_DIR = moc/$(PLATFORM) |
10 | DESTDIR= ../$(PLATFORM) | 10 | DESTDIR= ../$(PLATFORM) |
11 | TARGET = kpmicroerror | 11 | TARGET = kpmicroerror |
12 | # Input | 12 | # Input |
13 | HEADERS += code-from-errno.h \ | 13 | HEADERS += code-from-errno.h \ |
14 | code-to-errno.h \ | 14 | code-to-errno.h \ |
15 | err-codes-sym.h \ | 15 | err-codes-sym.h \ |
16 | err-codes.h \ | 16 | err-codes.h \ |
17 | err-sources-sym.h \ | 17 | err-sources-sym.h \ |
18 | err-sources.h \ | 18 | err-sources.h \ |
19 | errnos-sym.h \ | 19 | errnos-sym.h \ |
20 | gettext.h | 20 | gettext.h |
21 | 21 | ||
22 | SOURCES += code-from-errno.c \ | 22 | SOURCES += code-from-errno.c \ |
23 | code-to-errno.c \ | 23 | code-to-errno.c \ |
24 | strerror-sym.c \ | 24 | strerror-sym.c \ |
25 | strerror.c \ | 25 | strerror.c \ |
26 | strsource-sym.c \ | 26 | strsource-sym.c \ |
27 | strsource.c | 27 | strsource.c |
28 | 28 | ||
29 | # gpg-error.c \ | 29 | # gpg-error.c \ |
30 | # gpg-error.h \ | 30 | # gpg-error.h \ |
31 | # mkerrcodes.h | 31 | # mkerrcodes.h |
32 | # mkerrcodes.c \ \ No newline at end of file | 32 | # mkerrcodes.c \ |
33 | #The following line was inserted by qt3to4 | ||
34 | QT += xml qt3support | ||
diff --git a/pwmanager/libcrypt/mpi/mpi.pro b/pwmanager/libcrypt/mpi/mpi.pro index 4eb6346..d213bc3 100644 --- a/pwmanager/libcrypt/mpi/mpi.pro +++ b/pwmanager/libcrypt/mpi/mpi.pro | |||
@@ -1,42 +1,44 @@ | |||
1 | ###################################################################### | 1 | ###################################################################### |
2 | # Automatically generated by qmake (1.07a) Tue Oct 19 15:37:52 2004 | 2 | # Automatically generated by qmake (1.07a) Tue Oct 19 15:37:52 2004 |
3 | ###################################################################### | 3 | ###################################################################### |
4 | 4 | ||
5 | TEMPLATE = lib | 5 | TEMPLATE = lib |
6 | CONFIG += staticlib | 6 | CONFIG += staticlib |
7 | DEPENDPATH += generic | 7 | DEPENDPATH += generic |
8 | INCLUDEPATH += . .. ../crypt ../error | 8 | INCLUDEPATH += . .. ../crypt ../error |
9 | OBJECTS_DIR = obj/$(PLATFORM) | 9 | OBJECTS_DIR = obj/$(PLATFORM) |
10 | MOC_DIR = moc/$(PLATFORM) | 10 | MOC_DIR = moc/$(PLATFORM) |
11 | DESTDIR= ../$(PLATFORM) | 11 | DESTDIR= ../$(PLATFORM) |
12 | TARGET = kpmicrompi | 12 | TARGET = kpmicrompi |
13 | # Input | 13 | # Input |
14 | HEADERS += asm-syntax.h \ | 14 | HEADERS += asm-syntax.h \ |
15 | longlong.h \ | 15 | longlong.h \ |
16 | generic/mpi-asm-defs.h \ | 16 | generic/mpi-asm-defs.h \ |
17 | mpi-inline.h \ | 17 | mpi-inline.h \ |
18 | mpi-internal.h \ | 18 | mpi-internal.h \ |
19 | sysdep.h | 19 | sysdep.h |
20 | SOURCES += mpi-add.c \ | 20 | SOURCES += mpi-add.c \ |
21 | mpi-bit.c \ | 21 | mpi-bit.c \ |
22 | mpi-cmp.c \ | 22 | mpi-cmp.c \ |
23 | mpi-div.c \ | 23 | mpi-div.c \ |
24 | mpi-gcd.c \ | 24 | mpi-gcd.c \ |
25 | mpi-inline.c \ | 25 | mpi-inline.c \ |
26 | mpi-inv.c \ | 26 | mpi-inv.c \ |
27 | mpi-mpow.c \ | 27 | mpi-mpow.c \ |
28 | mpi-mul.c \ | 28 | mpi-mul.c \ |
29 | mpi-pow.c \ | 29 | mpi-pow.c \ |
30 | mpi-scan.c \ | 30 | mpi-scan.c \ |
31 | mpicoder.c \ | 31 | mpicoder.c \ |
32 | mpih-div.c \ | 32 | mpih-div.c \ |
33 | mpih-mul.c \ | 33 | mpih-mul.c \ |
34 | mpiutil.c \ | 34 | mpiutil.c \ |
35 | generic/mpih-add1.c \ | 35 | generic/mpih-add1.c \ |
36 | generic/mpih-lshift.c \ | 36 | generic/mpih-lshift.c \ |
37 | generic/mpih-mul1.c \ | 37 | generic/mpih-mul1.c \ |
38 | generic/mpih-mul2.c \ | 38 | generic/mpih-mul2.c \ |
39 | generic/mpih-mul3.c \ | 39 | generic/mpih-mul3.c \ |
40 | generic/mpih-rshift.c \ | 40 | generic/mpih-rshift.c \ |
41 | generic/mpih-sub1.c \ | 41 | generic/mpih-sub1.c \ |
42 | generic/udiv-w-sdiv.c | 42 | generic/udiv-w-sdiv.c |
43 | #The following line was inserted by qt3to4 | ||
44 | QT += xml qt3support | ||
diff --git a/pwmanager/libcrypt/zlib/zlib.pro b/pwmanager/libcrypt/zlib/zlib.pro index 2841aaf..7ba44e3 100644 --- a/pwmanager/libcrypt/zlib/zlib.pro +++ b/pwmanager/libcrypt/zlib/zlib.pro | |||
@@ -1,36 +1,38 @@ | |||
1 | ###################################################################### | 1 | ###################################################################### |
2 | # Automatically generated by qmake (1.07a) Tue Oct 19 14:18:17 2004 | 2 | # Automatically generated by qmake (1.07a) Tue Oct 19 14:18:17 2004 |
3 | ###################################################################### | 3 | ###################################################################### |
4 | 4 | ||
5 | TEMPLATE = lib | 5 | TEMPLATE = lib |
6 | CONFIG += staticlib | 6 | CONFIG += staticlib |
7 | INCLUDEPATH += . | 7 | INCLUDEPATH += . |
8 | TARGET = zlib | 8 | TARGET = zlib |
9 | OBJECTS_DIR = obj/$(PLATFORM) | 9 | OBJECTS_DIR = obj/$(PLATFORM) |
10 | MOC_DIR = moc/$(PLATFORM) | 10 | MOC_DIR = moc/$(PLATFORM) |
11 | DESTDIR= ../$(PLATFORM) | 11 | DESTDIR= ../$(PLATFORM) |
12 | # Input | 12 | # Input |
13 | HEADERS += deflate.h \ | 13 | HEADERS += deflate.h \ |
14 | infblock.h \ | 14 | infblock.h \ |
15 | infcodes.h \ | 15 | infcodes.h \ |
16 | inffast.h \ | 16 | inffast.h \ |
17 | inffixed.h \ | 17 | inffixed.h \ |
18 | inftrees.h \ | 18 | inftrees.h \ |
19 | infutil.h \ | 19 | infutil.h \ |
20 | trees.h \ | 20 | trees.h \ |
21 | zconf.h \ | 21 | zconf.h \ |
22 | zlib.h \ | 22 | zlib.h \ |
23 | zutil.h | 23 | zutil.h |
24 | SOURCES += adler32.c \ | 24 | SOURCES += adler32.c \ |
25 | compress.c \ | 25 | compress.c \ |
26 | crc32.c \ | 26 | crc32.c \ |
27 | deflate.c \ | 27 | deflate.c \ |
28 | infblock.c \ | 28 | infblock.c \ |
29 | infcodes.c \ | 29 | infcodes.c \ |
30 | inffast.c \ | 30 | inffast.c \ |
31 | inflate.c \ | 31 | inflate.c \ |
32 | inftrees.c \ | 32 | inftrees.c \ |
33 | infutil.c \ | 33 | infutil.c \ |
34 | trees.c \ | 34 | trees.c \ |
35 | uncompr.c \ | 35 | uncompr.c \ |
36 | zutil.c | 36 | zutil.c |
37 | #The following line was inserted by qt3to4 | ||
38 | QT += xml qt3support | ||