author | ulf69 <ulf69> | 2004-09-30 00:00:23 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-09-30 00:00:23 (UTC) |
commit | a138b5fb62f993cbe4cd6ab004429316d0f9c95a (patch) (unidiff) | |
tree | 4d542b2a00cddaea633033a87e56dc2b8662b4b7 | |
parent | 7dd2fa3880b9ca28d3ba45bad2ff0c0d61da752c (diff) | |
download | kdepimpi-a138b5fb62f993cbe4cd6ab004429316d0f9c95a.zip kdepimpi-a138b5fb62f993cbe4cd6ab004429316d0f9c95a.tar.gz kdepimpi-a138b5fb62f993cbe4cd6ab004429316d0f9c95a.tar.bz2 |
*** empty log message ***
-rw-r--r-- | pwmanager/pwmanager/pwmanagerE.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pwmanager/pwmanager/pwmanagerE.pro b/pwmanager/pwmanager/pwmanagerE.pro index 7f8cc86..2558aca 100644 --- a/pwmanager/pwmanager/pwmanagerE.pro +++ b/pwmanager/pwmanager/pwmanagerE.pro | |||
@@ -1,141 +1,141 @@ | |||
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 $(QPEDIR)/include |
11 | DEFINES += PWM_EMBEDDED | 11 | DEFINES += PWM_EMBEDDED |
12 | #enable this setting if you want debugoutput for pwmanager | 12 | #enable this setting if you want debugoutput for pwmanager |
13 | # CONFIG_DEBUG | 13 | #DEFINES += CONFIG_DEBUG |
14 | 14 | ||
15 | LIBS += -lmicrokde | 15 | LIBS += -lmicrokde |
16 | LIBS += -lmicroqtcompat | 16 | LIBS += -lmicroqtcompat |
17 | LIBS += -lmicrokdepim | 17 | LIBS += -lmicrokdepim |
18 | LIBS += -L$(QPEDIR)/lib | 18 | LIBS += -L$(QPEDIR)/lib |
19 | LIBS += -lqpe | 19 | LIBS += -lqpe |
20 | LIBS += -lbz2 | 20 | LIBS += -lbz2 |
21 | LIBS += $(QTOPIALIB) | 21 | LIBS += $(QTOPIALIB) |
22 | 22 | ||
23 | #INTERFACES = \ | 23 | #INTERFACES = \ |
24 | #addentrywnd.ui \ | 24 | #addentrywnd.ui \ |
25 | #configwnd.ui \ | 25 | #configwnd.ui \ |
26 | #findwnd.ui \ | 26 | #findwnd.ui \ |
27 | #getmasterpwwnd.ui \ | 27 | #getmasterpwwnd.ui \ |
28 | #pwgenwnd.ui \ | 28 | #pwgenwnd.ui \ |
29 | #setmasterpwwnd.ui \ | 29 | #setmasterpwwnd.ui \ |
30 | #subtbledit.ui | 30 | #subtbledit.ui |
31 | 31 | ||
32 | #INTERFACES = \ | 32 | #INTERFACES = \ |
33 | #subtbledit.ui \ | 33 | #subtbledit.ui \ |
34 | 34 | ||
35 | 35 | ||
36 | 36 | ||
37 | #HEADERS = \ | 37 | #HEADERS = \ |
38 | #configuration_31compat.h \ | 38 | #configuration_31compat.h \ |
39 | #configuration.h \ | 39 | #configuration.h \ |
40 | #configwnd.h \ | 40 | #configwnd.h \ |
41 | #configwndimpl.h \ | 41 | #configwndimpl.h \ |
42 | #selftest.h | 42 | #selftest.h |
43 | #subtbledit.h \ | 43 | #subtbledit.h \ |
44 | #subtbleditimpl.h \ | 44 | #subtbleditimpl.h \ |
45 | 45 | ||
46 | HEADERS = \ | 46 | HEADERS = \ |
47 | addentrywnd_emb.h \ | 47 | addentrywnd_emb.h \ |
48 | addentrywndimpl.h \ | 48 | addentrywndimpl.h \ |
49 | base64.h \ | 49 | base64.h \ |
50 | binentrygen.h \ | 50 | binentrygen.h \ |
51 | blowfish.h \ | 51 | blowfish.h \ |
52 | commentbox.h \ | 52 | commentbox.h \ |
53 | compiler.h \ | 53 | compiler.h \ |
54 | compressbzip2.h \ | 54 | compressbzip2.h \ |
55 | compressgzip.h \ | 55 | compressgzip.h \ |
56 | findwnd_emb.h \ | 56 | findwnd_emb.h \ |
57 | findwndimpl.h \ | 57 | findwndimpl.h \ |
58 | genpasswd.h \ | 58 | genpasswd.h \ |
59 | getkeycardwnd.h \ | 59 | getkeycardwnd.h \ |
60 | getmasterpwwnd_emb.h \ | 60 | getmasterpwwnd_emb.h \ |
61 | getmasterpwwndimpl.h \ | 61 | getmasterpwwndimpl.h \ |
62 | globalstuff.h \ | 62 | globalstuff.h \ |
63 | gpasmanfile.h \ | 63 | gpasmanfile.h \ |
64 | htmlgen.h \ | 64 | htmlgen.h \ |
65 | htmlparse.h \ | 65 | htmlparse.h \ |
66 | ipc.h \ | 66 | ipc.h \ |
67 | listobjselectwnd.h \ | 67 | listobjselectwnd.h \ |
68 | listviewpwm.h \ | 68 | listviewpwm.h \ |
69 | printtext.h \ | 69 | printtext.h \ |
70 | pwgenwnd_emb.h \ | 70 | pwgenwnd_emb.h \ |
71 | pwgenwndimpl.h \ | 71 | pwgenwndimpl.h \ |
72 | pwmdoc.h \ | 72 | pwmdoc.h \ |
73 | pwmdocui.h \ | 73 | pwmdocui.h \ |
74 | pwmexception.h \ | 74 | pwmexception.h \ |
75 | pwm.h \ | 75 | pwm.h \ |
76 | pwminit.h \ | 76 | pwminit.h \ |
77 | pwmprefs.h \ | 77 | pwmprefs.h \ |
78 | pwmprint.h \ | 78 | pwmprint.h \ |
79 | pwmtray.h \ | 79 | pwmtray.h \ |
80 | pwmview.h \ | 80 | pwmview.h \ |
81 | pwmviewstyle_0.h \ | 81 | pwmviewstyle_0.h \ |
82 | pwmviewstyle_1.h \ | 82 | pwmviewstyle_1.h \ |
83 | pwmviewstyle.h \ | 83 | pwmviewstyle.h \ |
84 | randomizer.h \ | 84 | randomizer.h \ |
85 | rc2.h \ | 85 | rc2.h \ |
86 | rencatwnd.h \ | 86 | rencatwnd.h \ |
87 | serializer.h \ | 87 | serializer.h \ |
88 | setmasterpwwnd_emb.h \ | 88 | setmasterpwwnd_emb.h \ |
89 | setmasterpwwndimpl.h \ | 89 | setmasterpwwndimpl.h \ |
90 | sha1.h \ | 90 | sha1.h \ |
91 | waitwnd.h \ | 91 | waitwnd.h \ |
92 | kcmconfigs/kcmpwmconfig.h \ | 92 | kcmconfigs/kcmpwmconfig.h \ |
93 | kcmconfigs/pwmconfigwidget.h \ | 93 | kcmconfigs/pwmconfigwidget.h \ |
94 | 94 | ||
95 | #sources that need not be build | 95 | #sources that need not be build |
96 | #SOURCES = \ | 96 | #SOURCES = \ |
97 | #advcommeditimpl.cpp \ | 97 | #advcommeditimpl.cpp \ |
98 | #configuration.cpp \ | 98 | #configuration.cpp \ |
99 | #configwnd.cpp \ | 99 | #configwnd.cpp \ |
100 | #configwndimpl.cpp \ | 100 | #configwndimpl.cpp \ |
101 | #configuration_31compat.cpp \ | 101 | #configuration_31compat.cpp \ |
102 | #htmlparse.cpp \ | 102 | #htmlparse.cpp \ |
103 | #printtext.cpp \ | 103 | #printtext.cpp \ |
104 | #selftest.cpp \ | 104 | #selftest.cpp \ |
105 | #pwmprint.cpp \ | 105 | #pwmprint.cpp \ |
106 | #spinforsignal.cpp | 106 | #spinforsignal.cpp |
107 | #subtbledit.cpp \ | 107 | #subtbledit.cpp \ |
108 | #subtbleditimpl.cpp \ | 108 | #subtbleditimpl.cpp \ |
109 | 109 | ||
110 | SOURCES = \ | 110 | SOURCES = \ |
111 | addentrywnd_emb.cpp \ | 111 | addentrywnd_emb.cpp \ |
112 | addentrywndimpl.cpp \ | 112 | addentrywndimpl.cpp \ |
113 | base64.cpp \ | 113 | base64.cpp \ |
114 | binentrygen.cpp \ | 114 | binentrygen.cpp \ |
115 | blowfish.cpp \ | 115 | blowfish.cpp \ |
116 | commentbox.cpp \ | 116 | commentbox.cpp \ |
117 | compressbzip2.cpp \ | 117 | compressbzip2.cpp \ |
118 | compressgzip.cpp \ | 118 | compressgzip.cpp \ |
119 | findwnd_emb.cpp \ | 119 | findwnd_emb.cpp \ |
120 | findwndimpl.cpp \ | 120 | findwndimpl.cpp \ |
121 | genpasswd.cpp \ | 121 | genpasswd.cpp \ |
122 | getkeycardwnd.cpp \ | 122 | getkeycardwnd.cpp \ |
123 | getmasterpwwnd_emb.cpp \ | 123 | getmasterpwwnd_emb.cpp \ |
124 | getmasterpwwndimpl.cpp \ | 124 | getmasterpwwndimpl.cpp \ |
125 | globalstuff.cpp \ | 125 | globalstuff.cpp \ |
126 | gpasmanfile.cpp \ | 126 | gpasmanfile.cpp \ |
127 | htmlgen.cpp \ | 127 | htmlgen.cpp \ |
128 | ipc.cpp \ | 128 | ipc.cpp \ |
129 | listobjselectwnd.cpp \ | 129 | listobjselectwnd.cpp \ |
130 | listviewpwm.cpp \ | 130 | listviewpwm.cpp \ |
131 | main.cpp \ | 131 | main.cpp \ |
132 | pwgenwnd_emb.cpp \ | 132 | pwgenwnd_emb.cpp \ |
133 | pwgenwndimpl.cpp \ | 133 | pwgenwndimpl.cpp \ |
134 | pwm.cpp \ | 134 | pwm.cpp \ |
135 | pwmdoc.cpp \ | 135 | pwmdoc.cpp \ |
136 | pwmdocui.cpp \ | 136 | pwmdocui.cpp \ |
137 | pwmexception.cpp \ | 137 | pwmexception.cpp \ |
138 | pwminit.cpp \ | 138 | pwminit.cpp \ |
139 | pwmprefs.cpp \ | 139 | pwmprefs.cpp \ |
140 | pwmtray.cpp \ | 140 | pwmtray.cpp \ |
141 | pwmview.cpp \ | 141 | pwmview.cpp \ |