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 | |||
@@ -21,153 +21,155 @@ LIBS += -lstdc++ | |||
21 | 21 | ||
22 | unix:{ | 22 | unix:{ |
23 | OBJECTS_DIR = obj/unix | 23 | OBJECTS_DIR = obj/unix |
24 | MOC_DIR = moc/unix | 24 | MOC_DIR = moc/unix |
25 | 25 | ||
26 | } | 26 | } |
27 | win32:{ | 27 | win32:{ |
28 | 28 | ||
29 | DEFINES += _WIN32_ | 29 | DEFINES += _WIN32_ |
30 | OBJECTS_DIR = obj/win | 30 | OBJECTS_DIR = obj/win |
31 | MOC_DIR = moc/win | 31 | MOC_DIR = moc/win |
32 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 32 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
33 | QMAKE_CXXFLAGS += /TP /GX /GR /Ehsc | 33 | QMAKE_CXXFLAGS += /TP /GX /GR /Ehsc |
34 | } | 34 | } |
35 | 35 | ||
36 | #INTERFACES = \ | 36 | #INTERFACES = \ |
37 | #addentrywnd.ui \ | 37 | #addentrywnd.ui \ |
38 | #configwnd.ui \ | 38 | #configwnd.ui \ |
39 | #findwnd.ui \ | 39 | #findwnd.ui \ |
40 | #getmasterpwwnd.ui \ | 40 | #getmasterpwwnd.ui \ |
41 | #pwgenwnd.ui \ | 41 | #pwgenwnd.ui \ |
42 | #setmasterpwwnd.ui \ | 42 | #setmasterpwwnd.ui \ |
43 | #subtbledit.ui | 43 | #subtbledit.ui |
44 | 44 | ||
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 \ |
93 | pwmtray.h \ | 94 | pwmtray.h \ |
94 | pwmview.h \ | 95 | pwmview.h \ |
95 | pwmviewstyle_0.h \ | 96 | pwmviewstyle_0.h \ |
96 | pwmviewstyle_1.h \ | 97 | pwmviewstyle_1.h \ |
97 | pwmviewstyle.h \ | 98 | pwmviewstyle.h \ |
98 | randomizer.h \ | 99 | randomizer.h \ |
99 | rc2.h \ | 100 | rc2.h \ |
100 | rencatwnd.h \ | 101 | rencatwnd.h \ |
101 | serializer.h \ | 102 | serializer.h \ |
102 | setmasterpwwnd_emb.h \ | 103 | setmasterpwwnd_emb.h \ |
103 | setmasterpwwndimpl.h \ | 104 | setmasterpwwndimpl.h \ |
104 | sha1.h \ | 105 | sha1.h \ |
105 | waitwnd.h \ | 106 | waitwnd.h \ |
106 | kcmconfigs/kcmpwmconfig.h \ | 107 | kcmconfigs/kcmpwmconfig.h \ |
107 | kcmconfigs/pwmconfigwidget.h | 108 | kcmconfigs/pwmconfigwidget.h |
108 | 109 | ||
109 | #sources that need not be build | 110 | #sources that need not be build |
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 \ |
158 | pwmviewstyle_0.cpp \ | 160 | pwmviewstyle_0.cpp \ |
159 | pwmviewstyle_1.cpp \ | 161 | pwmviewstyle_1.cpp \ |
160 | pwmviewstyle.cpp \ | 162 | pwmviewstyle.cpp \ |
161 | randomizer.cpp \ | 163 | randomizer.cpp \ |
162 | rc2.cpp \ | 164 | rc2.cpp \ |
163 | rencatwnd.cpp \ | 165 | rencatwnd.cpp \ |
164 | serializer.cpp \ | 166 | serializer.cpp \ |
165 | setmasterpwwnd_emb.cpp \ | 167 | setmasterpwwnd_emb.cpp \ |
166 | setmasterpwwndimpl.cpp \ | 168 | setmasterpwwndimpl.cpp \ |
167 | sha1.cpp \ | 169 | sha1.cpp \ |
168 | waitwnd.cpp \ | 170 | waitwnd.cpp \ |
169 | kcmconfigs/kcmpwmconfig.cpp \ | 171 | kcmconfigs/kcmpwmconfig.cpp \ |
170 | kcmconfigs/pwmconfigwidget.cpp | 172 | kcmconfigs/pwmconfigwidget.cpp |
171 | 173 | ||
172 | 174 | ||
173 | 175 | ||