author | zautrix <zautrix> | 2004-10-23 07:41:05 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-23 07:41:05 (UTC) |
commit | eb0bc46bfbba45a84c7353f1c9c4dba27273f021 (patch) (unidiff) | |
tree | 9c0b00efa45925ee25d54ddb994754ba2e9aa420 /pwmanager | |
parent | c1afd7a11c374573ad39a829567d05fb5a0453ce (diff) | |
download | kdepimpi-eb0bc46bfbba45a84c7353f1c9c4dba27273f021.zip kdepimpi-eb0bc46bfbba45a84c7353f1c9c4dba27273f021.tar.gz kdepimpi-eb0bc46bfbba45a84c7353f1c9c4dba27273f021.tar.bz2 |
desktop compile fix
-rw-r--r-- | pwmanager/pwmanager/pwmanager.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/pwmanager.pro b/pwmanager/pwmanager/pwmanager.pro index 49c1f46..80b2519 100644 --- a/pwmanager/pwmanager/pwmanager.pro +++ b/pwmanager/pwmanager/pwmanager.pro | |||
@@ -45,48 +45,49 @@ QMAKE_CXXFLAGS += /TP /GX /GR /Ehsc | |||
45 | #INTERFACES = \ | 45 | #INTERFACES = \ |
46 | #subtbledit.ui \ | 46 | #subtbledit.ui \ |
47 | 47 | ||
48 | 48 | ||
49 | 49 | ||
50 | #HEADERS = \ | 50 | #HEADERS = \ |
51 | #configuration_31compat.h \ | 51 | #configuration_31compat.h \ |
52 | #configuration.h \ | 52 | #configuration.h \ |
53 | #configwnd.h \ | 53 | #configwnd.h \ |
54 | #configwndimpl.h \ | 54 | #configwndimpl.h \ |
55 | #selftest.h | 55 | #selftest.h |
56 | #subtbledit.h \ | 56 | #subtbledit.h \ |
57 | #subtbleditimpl.h \ | 57 | #subtbleditimpl.h \ |
58 | #compressbzip2.h \ | 58 | #compressbzip2.h \ |
59 | 59 | ||
60 | HEADERS = \ | 60 | HEADERS = \ |
61 | addentrywnd_emb.h \ | 61 | addentrywnd_emb.h \ |
62 | addentrywndimpl.h \ | 62 | addentrywndimpl.h \ |
63 | base64.h \ | 63 | base64.h \ |
64 | binentrygen.h \ | 64 | binentrygen.h \ |
65 | blowfish.h \ | 65 | blowfish.h \ |
66 | commentbox.h \ | 66 | commentbox.h \ |
67 | compiler.h \ | 67 | compiler.h \ |
68 | compressgzip.h \ | 68 | compressgzip.h \ |
69 | csv.h \ | ||
69 | findwnd_emb.h \ | 70 | findwnd_emb.h \ |
70 | findwndimpl.h \ | 71 | findwndimpl.h \ |
71 | genpasswd.h \ | 72 | genpasswd.h \ |
72 | getkeycardwnd.h \ | 73 | getkeycardwnd.h \ |
73 | getmasterpwwnd_emb.h \ | 74 | getmasterpwwnd_emb.h \ |
74 | getmasterpwwndimpl.h \ | 75 | getmasterpwwndimpl.h \ |
75 | globalstuff.h \ | 76 | globalstuff.h \ |
76 | gpasmanfile.h \ | 77 | gpasmanfile.h \ |
77 | htmlgen.h \ | 78 | htmlgen.h \ |
78 | htmlparse.h \ | 79 | htmlparse.h \ |
79 | ipc.h \ | 80 | ipc.h \ |
80 | libgcryptif.h \ | 81 | libgcryptif.h \ |
81 | listobjselectwnd.h \ | 82 | listobjselectwnd.h \ |
82 | listviewpwm.h \ | 83 | listviewpwm.h \ |
83 | printtext.h \ | 84 | printtext.h \ |
84 | pwgenwnd_emb.h \ | 85 | pwgenwnd_emb.h \ |
85 | pwgenwndimpl.h \ | 86 | pwgenwndimpl.h \ |
86 | pwmdoc.h \ | 87 | pwmdoc.h \ |
87 | pwmdocui.h \ | 88 | pwmdocui.h \ |
88 | pwmexception.h \ | 89 | pwmexception.h \ |
89 | pwm.h \ | 90 | pwm.h \ |
90 | pwminit.h \ | 91 | pwminit.h \ |
91 | pwmprefs.h \ | 92 | pwmprefs.h \ |
92 | pwmprint.h \ | 93 | pwmprint.h \ |
@@ -110,48 +111,49 @@ kcmconfigs/pwmconfigwidget.h | |||
110 | #SOURCES = \ | 111 | #SOURCES = \ |
111 | #advcommeditimpl.cpp \ | 112 | #advcommeditimpl.cpp \ |
112 | #configuration.cpp \ | 113 | #configuration.cpp \ |
113 | #configwnd.cpp \ | 114 | #configwnd.cpp \ |
114 | #configwndimpl.cpp \ | 115 | #configwndimpl.cpp \ |
115 | #configuration_31compat.cpp \ | 116 | #configuration_31compat.cpp \ |
116 | #htmlparse.cpp \ | 117 | #htmlparse.cpp \ |
117 | #printtext.cpp \ | 118 | #printtext.cpp \ |
118 | #selftest.cpp \ | 119 | #selftest.cpp \ |
119 | #pwmprint.cpp \ | 120 | #pwmprint.cpp \ |
120 | #spinforsignal.cpp | 121 | #spinforsignal.cpp |
121 | #subtbledit.cpp \ | 122 | #subtbledit.cpp \ |
122 | #subtbleditimpl.cpp \ | 123 | #subtbleditimpl.cpp \ |
123 | #compressbzip2.cpp | 124 | #compressbzip2.cpp |
124 | 125 | ||
125 | 126 | ||
126 | SOURCES = \ | 127 | SOURCES = \ |
127 | addentrywnd_emb.cpp \ | 128 | addentrywnd_emb.cpp \ |
128 | addentrywndimpl.cpp \ | 129 | addentrywndimpl.cpp \ |
129 | base64.cpp \ | 130 | base64.cpp \ |
130 | binentrygen.cpp \ | 131 | binentrygen.cpp \ |
131 | blowfish.cpp \ | 132 | blowfish.cpp \ |
132 | commentbox.cpp \ | 133 | commentbox.cpp \ |
133 | compressgzip.cpp \ | 134 | compressgzip.cpp \ |
135 | csv.cpp \ | ||
134 | findwnd_emb.cpp \ | 136 | findwnd_emb.cpp \ |
135 | findwndimpl.cpp \ | 137 | findwndimpl.cpp \ |
136 | genpasswd.cpp \ | 138 | genpasswd.cpp \ |
137 | getkeycardwnd.cpp \ | 139 | getkeycardwnd.cpp \ |
138 | getmasterpwwnd_emb.cpp \ | 140 | getmasterpwwnd_emb.cpp \ |
139 | getmasterpwwndimpl.cpp \ | 141 | getmasterpwwndimpl.cpp \ |
140 | globalstuff.cpp \ | 142 | globalstuff.cpp \ |
141 | gpasmanfile.cpp \ | 143 | gpasmanfile.cpp \ |
142 | htmlgen.cpp \ | 144 | htmlgen.cpp \ |
143 | ipc.cpp \ | 145 | ipc.cpp \ |
144 | libgcryptif.cpp \ | 146 | libgcryptif.cpp \ |
145 | listobjselectwnd.cpp \ | 147 | listobjselectwnd.cpp \ |
146 | listviewpwm.cpp \ | 148 | listviewpwm.cpp \ |
147 | main.cpp \ | 149 | main.cpp \ |
148 | pwgenwnd_emb.cpp \ | 150 | pwgenwnd_emb.cpp \ |
149 | pwgenwndimpl.cpp \ | 151 | pwgenwndimpl.cpp \ |
150 | pwm.cpp \ | 152 | pwm.cpp \ |
151 | pwmdoc.cpp \ | 153 | pwmdoc.cpp \ |
152 | pwmdocui.cpp \ | 154 | pwmdocui.cpp \ |
153 | pwmexception.cpp \ | 155 | pwmexception.cpp \ |
154 | pwminit.cpp \ | 156 | pwminit.cpp \ |
155 | pwmprefs.cpp \ | 157 | pwmprefs.cpp \ |
156 | pwmtray.cpp \ | 158 | pwmtray.cpp \ |
157 | pwmview.cpp \ | 159 | pwmview.cpp \ |