summaryrefslogtreecommitdiffabout
path: root/pwmanager
authorzautrix <zautrix>2004-10-23 07:41:05 (UTC)
committer zautrix <zautrix>2004-10-23 07:41:05 (UTC)
commiteb0bc46bfbba45a84c7353f1c9c4dba27273f021 (patch) (unidiff)
tree9c0b00efa45925ee25d54ddb994754ba2e9aa420 /pwmanager
parentc1afd7a11c374573ad39a829567d05fb5a0453ce (diff)
downloadkdepimpi-eb0bc46bfbba45a84c7353f1c9c4dba27273f021.zip
kdepimpi-eb0bc46bfbba45a84c7353f1c9c4dba27273f021.tar.gz
kdepimpi-eb0bc46bfbba45a84c7353f1c9c4dba27273f021.tar.bz2
desktop compile fix
Diffstat (limited to 'pwmanager') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/pwmanager.pro2
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
@@ -1,173 +1,175 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG += qt warn_off 2 CONFIG += qt warn_off
3DESTDIR= ../../bin 3DESTDIR= ../../bin
4 TARGET = pwmpi 4 TARGET = pwmpi
5include( ../../variables.pri ) 5include( ../../variables.pri )
6 6
7INCLUDEPATH += . ../../ ../../libkdepim ../../microkde ../../microkde/kdecore ../../microkde/kdeui ../../microkde/kutils 7INCLUDEPATH += . ../../ ../../libkdepim ../../microkde ../../microkde/kdecore ../../microkde/kdeui ../../microkde/kutils
8DEFINES += PWM_EMBEDDED CONFIG_PWMANAGER_GCRY DESKTOP_VERSION 8DEFINES += PWM_EMBEDDED CONFIG_PWMANAGER_GCRY DESKTOP_VERSION
9 9
10#enable this setting if you want debugoutput for pwmanager 10#enable this setting if you want debugoutput for pwmanager
11#DEFINES += CONFIG_DEBUG 11#DEFINES += CONFIG_DEBUG
12LIBS += -L../libcrypt/ 12LIBS += -L../libcrypt/
13LIBS += -L../../bin/ 13LIBS += -L../../bin/
14LIBS += -lmicrokde 14LIBS += -lmicrokde
15LIBS += -lmicrokdepim 15LIBS += -lmicrokdepim
16LIBS += -lzlib 16LIBS += -lzlib
17LIBS += -lkpmicrocipher 17LIBS += -lkpmicrocipher
18LIBS += -lkpmicroerror 18LIBS += -lkpmicroerror
19LIBS += -lkpmicrompi 19LIBS += -lkpmicrompi
20LIBS += -lstdc++ 20LIBS += -lstdc++
21 21
22unix:{ 22unix:{
23OBJECTS_DIR = obj/unix 23OBJECTS_DIR = obj/unix
24MOC_DIR = moc/unix 24MOC_DIR = moc/unix
25 25
26} 26}
27win32:{ 27win32:{
28 28
29DEFINES += _WIN32_ 29DEFINES += _WIN32_
30OBJECTS_DIR = obj/win 30OBJECTS_DIR = obj/win
31MOC_DIR = moc/win 31MOC_DIR = moc/win
32QMAKE_LINK += /NODEFAULTLIB:LIBC 32QMAKE_LINK += /NODEFAULTLIB:LIBC
33QMAKE_CXXFLAGS += /TP /GX /GR /Ehsc 33QMAKE_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
60HEADERS = \ 60HEADERS = \
61addentrywnd_emb.h \ 61addentrywnd_emb.h \
62addentrywndimpl.h \ 62addentrywndimpl.h \
63base64.h \ 63base64.h \
64binentrygen.h \ 64binentrygen.h \
65blowfish.h \ 65blowfish.h \
66commentbox.h \ 66commentbox.h \
67compiler.h \ 67compiler.h \
68compressgzip.h \ 68compressgzip.h \
69csv.h \
69findwnd_emb.h \ 70findwnd_emb.h \
70findwndimpl.h \ 71findwndimpl.h \
71genpasswd.h \ 72genpasswd.h \
72getkeycardwnd.h \ 73getkeycardwnd.h \
73getmasterpwwnd_emb.h \ 74getmasterpwwnd_emb.h \
74getmasterpwwndimpl.h \ 75getmasterpwwndimpl.h \
75globalstuff.h \ 76globalstuff.h \
76gpasmanfile.h \ 77gpasmanfile.h \
77htmlgen.h \ 78htmlgen.h \
78htmlparse.h \ 79htmlparse.h \
79ipc.h \ 80ipc.h \
80libgcryptif.h \ 81libgcryptif.h \
81listobjselectwnd.h \ 82listobjselectwnd.h \
82listviewpwm.h \ 83listviewpwm.h \
83printtext.h \ 84printtext.h \
84pwgenwnd_emb.h \ 85pwgenwnd_emb.h \
85pwgenwndimpl.h \ 86pwgenwndimpl.h \
86pwmdoc.h \ 87pwmdoc.h \
87pwmdocui.h \ 88pwmdocui.h \
88pwmexception.h \ 89pwmexception.h \
89pwm.h \ 90pwm.h \
90pwminit.h \ 91pwminit.h \
91pwmprefs.h \ 92pwmprefs.h \
92pwmprint.h \ 93pwmprint.h \
93pwmtray.h \ 94pwmtray.h \
94pwmview.h \ 95pwmview.h \
95pwmviewstyle_0.h \ 96pwmviewstyle_0.h \
96pwmviewstyle_1.h \ 97pwmviewstyle_1.h \
97pwmviewstyle.h \ 98pwmviewstyle.h \
98randomizer.h \ 99randomizer.h \
99rc2.h \ 100rc2.h \
100rencatwnd.h \ 101rencatwnd.h \
101serializer.h \ 102serializer.h \
102setmasterpwwnd_emb.h \ 103setmasterpwwnd_emb.h \
103setmasterpwwndimpl.h \ 104setmasterpwwndimpl.h \
104sha1.h \ 105sha1.h \
105waitwnd.h \ 106waitwnd.h \
106kcmconfigs/kcmpwmconfig.h \ 107kcmconfigs/kcmpwmconfig.h \
107kcmconfigs/pwmconfigwidget.h 108kcmconfigs/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
126SOURCES = \ 127SOURCES = \
127addentrywnd_emb.cpp \ 128addentrywnd_emb.cpp \
128addentrywndimpl.cpp \ 129addentrywndimpl.cpp \
129base64.cpp \ 130base64.cpp \
130binentrygen.cpp \ 131binentrygen.cpp \
131blowfish.cpp \ 132blowfish.cpp \
132commentbox.cpp \ 133commentbox.cpp \
133compressgzip.cpp \ 134compressgzip.cpp \
135csv.cpp \
134findwnd_emb.cpp \ 136findwnd_emb.cpp \
135findwndimpl.cpp \ 137findwndimpl.cpp \
136genpasswd.cpp \ 138genpasswd.cpp \
137getkeycardwnd.cpp \ 139getkeycardwnd.cpp \
138getmasterpwwnd_emb.cpp \ 140getmasterpwwnd_emb.cpp \
139getmasterpwwndimpl.cpp \ 141getmasterpwwndimpl.cpp \
140globalstuff.cpp \ 142globalstuff.cpp \
141gpasmanfile.cpp \ 143gpasmanfile.cpp \
142htmlgen.cpp \ 144htmlgen.cpp \
143ipc.cpp \ 145ipc.cpp \
144libgcryptif.cpp \ 146libgcryptif.cpp \
145listobjselectwnd.cpp \ 147listobjselectwnd.cpp \
146listviewpwm.cpp \ 148listviewpwm.cpp \
147main.cpp \ 149main.cpp \
148pwgenwnd_emb.cpp \ 150pwgenwnd_emb.cpp \
149pwgenwndimpl.cpp \ 151pwgenwndimpl.cpp \
150pwm.cpp \ 152pwm.cpp \
151pwmdoc.cpp \ 153pwmdoc.cpp \
152pwmdocui.cpp \ 154pwmdocui.cpp \
153pwmexception.cpp \ 155pwmexception.cpp \
154pwminit.cpp \ 156pwminit.cpp \
155pwmprefs.cpp \ 157pwmprefs.cpp \
156pwmtray.cpp \ 158pwmtray.cpp \
157pwmview.cpp \ 159pwmview.cpp \
158pwmviewstyle_0.cpp \ 160pwmviewstyle_0.cpp \
159pwmviewstyle_1.cpp \ 161pwmviewstyle_1.cpp \
160pwmviewstyle.cpp \ 162pwmviewstyle.cpp \
161randomizer.cpp \ 163randomizer.cpp \
162rc2.cpp \ 164rc2.cpp \
163rencatwnd.cpp \ 165rencatwnd.cpp \
164serializer.cpp \ 166serializer.cpp \
165setmasterpwwnd_emb.cpp \ 167setmasterpwwnd_emb.cpp \
166setmasterpwwndimpl.cpp \ 168setmasterpwwndimpl.cpp \
167sha1.cpp \ 169sha1.cpp \
168waitwnd.cpp \ 170waitwnd.cpp \
169kcmconfigs/kcmpwmconfig.cpp \ 171kcmconfigs/kcmpwmconfig.cpp \
170kcmconfigs/pwmconfigwidget.cpp 172kcmconfigs/pwmconfigwidget.cpp
171 173
172 174
173 175