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