author | ulf69 <ulf69> | 2004-10-22 03:22:25 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-10-22 03:22:25 (UTC) |
commit | 46f9779075990b7f3c3e0235847cbbdf4b4ebfe4 (patch) (unidiff) | |
tree | 19d077076bc65b0ca3c7abc4dac7901f4457ef57 | |
parent | d7ca0e5ca1346116145209b49ae62abeefebdb5f (diff) | |
download | kdepimpi-46f9779075990b7f3c3e0235847cbbdf4b4ebfe4.zip kdepimpi-46f9779075990b7f3c3e0235847cbbdf4b4ebfe4.tar.gz kdepimpi-46f9779075990b7f3c3e0235847cbbdf4b4ebfe4.tar.bz2 |
added includepaths to crypt subdirectories.
-rw-r--r-- | pwmanager/pwmanager/pwmanagerE.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pwmanager/pwmanager/pwmanagerE.pro b/pwmanager/pwmanager/pwmanagerE.pro index 6aa0571..9e60feb 100644 --- a/pwmanager/pwmanager/pwmanagerE.pro +++ b/pwmanager/pwmanager/pwmanagerE.pro | |||
@@ -1,110 +1,110 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | 3 | ||
4 | 4 | ||
5 | TARGET = pwmpi | 5 | TARGET = pwmpi |
6 | OBJECTS_DIR = obj/$(PLATFORM) | 6 | OBJECTS_DIR = obj/$(PLATFORM) |
7 | MOC_DIR = moc/$(PLATFORM) | 7 | MOC_DIR = moc/$(PLATFORM) |
8 | DESTDIR=$(QPEDIR)/bin | 8 | DESTDIR=$(QPEDIR)/bin |
9 | 9 | ||
10 | INCLUDEPATH += . ../../ ../../qtcompat ../../qtcompat/xml ../../libkdepim ../../microkde ../../microkde/kdecore ../../microkde/kdeui ../../microkde/kutils $(QPEDIR)/include | 10 | INCLUDEPATH += . ../../ ../../qtcompat ../../qtcompat/xml ../../libkdepim ../../microkde ../../microkde/kdecore ../../microkde/kdeui ../../microkde/kutils ../libcrypt/crypt ../libcrypt/error $(QPEDIR)/include |
11 | DEFINES += PWM_EMBEDDED CONFIG_PWMANAGER_GCRY | 11 | DEFINES += PWM_EMBEDDED CONFIG_PWMANAGER_GCRY |
12 | 12 | ||
13 | #enable this setting if you want debugoutput for pwmanager | 13 | #enable this setting if you want debugoutput for pwmanager |
14 | #DEFINES += CONFIG_DEBUG | 14 | DEFINES += CONFIG_DEBUG |
15 | LIBS += -L../libcrypt/$(PLATFORM) | 15 | LIBS += -L../libcrypt/$(PLATFORM) |
16 | LIBS += -lmicrokde | 16 | LIBS += -lmicrokde |
17 | LIBS += -lmicroqtcompat | 17 | LIBS += -lmicroqtcompat |
18 | LIBS += -lmicrokdepim | 18 | LIBS += -lmicrokdepim |
19 | LIBS += -L$(QPEDIR)/lib | 19 | LIBS += -L$(QPEDIR)/lib |
20 | LIBS += -lqpe | 20 | LIBS += -lqpe |
21 | LIBS += -lzlib | 21 | LIBS += -lzlib |
22 | #LIBS += -lbz2 | 22 | #LIBS += -lbz2 |
23 | #LIBS += -lkpmicrogcrypt | 23 | #LIBS += -lkpmicrogcrypt |
24 | LIBS += -ljpeg | 24 | LIBS += -ljpeg |
25 | LIBS += $(QTOPIALIB) | 25 | LIBS += $(QTOPIALIB) |
26 | LIBS += -lkpmicrocipher | 26 | LIBS += -lkpmicrocipher |
27 | LIBS += -lkpmicroerror | 27 | LIBS += -lkpmicroerror |
28 | LIBS += -lkpmicrompi | 28 | LIBS += -lkpmicrompi |
29 | LIBS += -lstdc++ | 29 | LIBS += -lstdc++ |
30 | 30 | ||
31 | #INTERFACES = \ | 31 | #INTERFACES = \ |
32 | #addentrywnd.ui \ | 32 | #addentrywnd.ui \ |
33 | #configwnd.ui \ | 33 | #configwnd.ui \ |
34 | #findwnd.ui \ | 34 | #findwnd.ui \ |
35 | #getmasterpwwnd.ui \ | 35 | #getmasterpwwnd.ui \ |
36 | #pwgenwnd.ui \ | 36 | #pwgenwnd.ui \ |
37 | #setmasterpwwnd.ui \ | 37 | #setmasterpwwnd.ui \ |
38 | #subtbledit.ui | 38 | #subtbledit.ui |
39 | 39 | ||
40 | #INTERFACES = \ | 40 | #INTERFACES = \ |
41 | #subtbledit.ui \ | 41 | #subtbledit.ui \ |
42 | 42 | ||
43 | 43 | ||
44 | 44 | ||
45 | #HEADERS = \ | 45 | #HEADERS = \ |
46 | #configuration_31compat.h \ | 46 | #configuration_31compat.h \ |
47 | #configuration.h \ | 47 | #configuration.h \ |
48 | #configwnd.h \ | 48 | #configwnd.h \ |
49 | #configwndimpl.h \ | 49 | #configwndimpl.h \ |
50 | #selftest.h | 50 | #selftest.h |
51 | #subtbledit.h \ | 51 | #subtbledit.h \ |
52 | #subtbleditimpl.h \ | 52 | #subtbleditimpl.h \ |
53 | #compressbzip2.h \ | 53 | #compressbzip2.h \ |
54 | 54 | ||
55 | HEADERS = \ | 55 | HEADERS = \ |
56 | addentrywnd_emb.h \ | 56 | addentrywnd_emb.h \ |
57 | addentrywndimpl.h \ | 57 | addentrywndimpl.h \ |
58 | base64.h \ | 58 | base64.h \ |
59 | binentrygen.h \ | 59 | binentrygen.h \ |
60 | blowfish.h \ | 60 | blowfish.h \ |
61 | commentbox.h \ | 61 | commentbox.h \ |
62 | compiler.h \ | 62 | compiler.h \ |
63 | compressgzip.h \ | 63 | compressgzip.h \ |
64 | findwnd_emb.h \ | 64 | findwnd_emb.h \ |
65 | findwndimpl.h \ | 65 | findwndimpl.h \ |
66 | genpasswd.h \ | 66 | genpasswd.h \ |
67 | getkeycardwnd.h \ | 67 | getkeycardwnd.h \ |
68 | getmasterpwwnd_emb.h \ | 68 | getmasterpwwnd_emb.h \ |
69 | getmasterpwwndimpl.h \ | 69 | getmasterpwwndimpl.h \ |
70 | globalstuff.h \ | 70 | globalstuff.h \ |
71 | gpasmanfile.h \ | 71 | gpasmanfile.h \ |
72 | htmlgen.h \ | 72 | htmlgen.h \ |
73 | htmlparse.h \ | 73 | htmlparse.h \ |
74 | ipc.h \ | 74 | ipc.h \ |
75 | libgcryptif.h \ | 75 | libgcryptif.h \ |
76 | listobjselectwnd.h \ | 76 | listobjselectwnd.h \ |
77 | listviewpwm.h \ | 77 | listviewpwm.h \ |
78 | printtext.h \ | 78 | printtext.h \ |
79 | pwgenwnd_emb.h \ | 79 | pwgenwnd_emb.h \ |
80 | pwgenwndimpl.h \ | 80 | pwgenwndimpl.h \ |
81 | pwmdoc.h \ | 81 | pwmdoc.h \ |
82 | pwmdocui.h \ | 82 | pwmdocui.h \ |
83 | pwmexception.h \ | 83 | pwmexception.h \ |
84 | pwm.h \ | 84 | pwm.h \ |
85 | pwminit.h \ | 85 | pwminit.h \ |
86 | pwmprefs.h \ | 86 | pwmprefs.h \ |
87 | pwmprint.h \ | 87 | pwmprint.h \ |
88 | pwmtray.h \ | 88 | pwmtray.h \ |
89 | pwmview.h \ | 89 | pwmview.h \ |
90 | pwmviewstyle_0.h \ | 90 | pwmviewstyle_0.h \ |
91 | pwmviewstyle_1.h \ | 91 | pwmviewstyle_1.h \ |
92 | pwmviewstyle.h \ | 92 | pwmviewstyle.h \ |
93 | randomizer.h \ | 93 | randomizer.h \ |
94 | rc2.h \ | 94 | rc2.h \ |
95 | rencatwnd.h \ | 95 | rencatwnd.h \ |
96 | serializer.h \ | 96 | serializer.h \ |
97 | setmasterpwwnd_emb.h \ | 97 | setmasterpwwnd_emb.h \ |
98 | setmasterpwwndimpl.h \ | 98 | setmasterpwwndimpl.h \ |
99 | sha1.h \ | 99 | sha1.h \ |
100 | waitwnd.h \ | 100 | waitwnd.h \ |
101 | kcmconfigs/kcmpwmconfig.h \ | 101 | kcmconfigs/kcmpwmconfig.h \ |
102 | kcmconfigs/pwmconfigwidget.h | 102 | kcmconfigs/pwmconfigwidget.h |
103 | 103 | ||
104 | #sources that need not be build | 104 | #sources that need not be build |
105 | #SOURCES = \ | 105 | #SOURCES = \ |
106 | #advcommeditimpl.cpp \ | 106 | #advcommeditimpl.cpp \ |
107 | #configuration.cpp \ | 107 | #configuration.cpp \ |
108 | #configwnd.cpp \ | 108 | #configwnd.cpp \ |
109 | #configwndimpl.cpp \ | 109 | #configwndimpl.cpp \ |
110 | #configuration_31compat.cpp \ | 110 | #configuration_31compat.cpp \ |