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