summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/pwmanagerE.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/pwmanager/pwmanager/pwmanagerE.pro b/pwmanager/pwmanager/pwmanagerE.pro
index b0c9236..3bcf679 100644
--- a/pwmanager/pwmanager/pwmanagerE.pro
+++ b/pwmanager/pwmanager/pwmanagerE.pro
@@ -1,153 +1,153 @@
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 $(QPEDIR)/include
11DEFINES += PWM_EMBEDDED PWM_DEBUG 11DEFINES += PWM_EMBEDDED PWM_DEBUG
12LIBS += -lmicrokde 12LIBS += -lmicrokde
13LIBS += -lmicroqtcompat 13LIBS += -lmicroqtcompat
14LIBS += -lmicrokdepim 14LIBS += -lmicrokdepim
15LIBS += -L$(QPEDIR)/lib 15LIBS += -L$(QPEDIR)/lib
16LIBS += -lqpe 16LIBS += -lqpe
17LIBS += -lbz2 17LIBS += -lbz2
18LIBS += $(QTOPIALIB) 18LIBS += $(QTOPIALIB)
19 19
20#INTERFACES = \ 20#INTERFACES = \
21#addentrywnd.ui \ 21#addentrywnd.ui \
22#configwnd.ui \ 22#configwnd.ui \
23#findwnd.ui \ 23#findwnd.ui \
24#getmasterpwwnd.ui \ 24#getmasterpwwnd.ui \
25#pwgenwnd.ui \ 25#pwgenwnd.ui \
26#setmasterpwwnd.ui \ 26#setmasterpwwnd.ui \
27#subtbledit.ui 27#subtbledit.ui
28 28
29#INTERFACES = \ 29#INTERFACES = \
30#subtbledit.ui \ 30#subtbledit.ui \
31 31
32 32
33 33
34#HEADERS = \ 34#HEADERS = \
35#configuration_31compat.h \ 35#configuration_31compat.h \
36#configuration.h \ 36#configuration.h \
37#configwnd.h \ 37#configwnd.h \
38#configwndimpl.h \ 38#configwndimpl.h \
39#selftest.h 39#selftest.h
40#subtbledit.h \
41#subtbleditimpl.h \
40 42
41HEADERS = \ 43HEADERS = \
42addentrywnd_emb.h \ 44addentrywnd_emb.h \
43addentrywndimpl.h \ 45addentrywndimpl.h \
44base64.h \ 46base64.h \
45binentrygen.h \ 47binentrygen.h \
46blowfish.h \ 48blowfish.h \
47commentbox.h \ 49commentbox.h \
48compiler.h \ 50compiler.h \
49compressbzip2.h \ 51compressbzip2.h \
50compressgzip.h \ 52compressgzip.h \
51findwnd_emb.h \ 53findwnd_emb.h \
52findwndimpl.h \ 54findwndimpl.h \
53genpasswd.h \ 55genpasswd.h \
54getkeycardwnd.h \ 56getkeycardwnd.h \
55getmasterpwwnd_emb.h \ 57getmasterpwwnd_emb.h \
56getmasterpwwndimpl.h \ 58getmasterpwwndimpl.h \
57globalstuff.h \ 59globalstuff.h \
58gpasmanfile.h \ 60gpasmanfile.h \
59htmlgen.h \ 61htmlgen.h \
60htmlparse.h \ 62htmlparse.h \
61ipc.h \ 63ipc.h \
62listobjselectwnd.h \ 64listobjselectwnd.h \
63listviewpwm.h \ 65listviewpwm.h \
64printtext.h \ 66printtext.h \
65pwgenwnd_emb.h \ 67pwgenwnd_emb.h \
66pwgenwndimpl.h \ 68pwgenwndimpl.h \
67pwmdoc.h \ 69pwmdoc.h \
68pwmdocui.h \ 70pwmdocui.h \
69pwmexception.h \ 71pwmexception.h \
70pwm.h \ 72pwm.h \
71pwminit.h \ 73pwminit.h \
72pwmprefs.h \ 74pwmprefs.h \
73pwmprint.h \ 75pwmprint.h \
74pwmtray.h \ 76pwmtray.h \
75pwmview.h \ 77pwmview.h \
76pwmviewstyle_0.h \ 78pwmviewstyle_0.h \
77pwmviewstyle_1.h \ 79pwmviewstyle_1.h \
78pwmviewstyle.h \ 80pwmviewstyle.h \
79randomizer.h \ 81randomizer.h \
80rc2.h \ 82rc2.h \
81rencatwnd.h \ 83rencatwnd.h \
82serializer.h \ 84serializer.h \
83setmasterpwwnd_emb.h \ 85setmasterpwwnd_emb.h \
84setmasterpwwndimpl.h \ 86setmasterpwwndimpl.h \
85sha1.h \ 87sha1.h \
86subtbledit.h \
87subtbleditimpl.h \
88waitwnd.h \ 88waitwnd.h \
89kcmconfigs/kcmpwmconfig.h \ 89kcmconfigs/kcmpwmconfig.h \
90kcmconfigs/pwmconfigwidget.h \ 90kcmconfigs/pwmconfigwidget.h \
91 91
92#sources that need not be build 92#sources that need not be build
93#SOURCES = \ 93#SOURCES = \
94#advcommeditimpl.cpp \ 94#advcommeditimpl.cpp \
95#configuration.cpp \ 95#configuration.cpp \
96#configwnd.cpp \ 96#configwnd.cpp \
97#configwndimpl.cpp \ 97#configwndimpl.cpp \
98#configuration_31compat.cpp \ 98#configuration_31compat.cpp \
99#htmlparse.cpp \ 99#htmlparse.cpp \
100#printtext.cpp \ 100#printtext.cpp \
101#selftest.cpp \ 101#selftest.cpp \
102#pwmprint.cpp \ 102#pwmprint.cpp \
103#spinforsignal.cpp 103#spinforsignal.cpp
104#subtbledit.cpp \
105#subtbleditimpl.cpp \
104 106
105SOURCES = \ 107SOURCES = \
106addentrywnd_emb.cpp \ 108addentrywnd_emb.cpp \
107addentrywndimpl.cpp \ 109addentrywndimpl.cpp \
108base64.cpp \ 110base64.cpp \
109binentrygen.cpp \ 111binentrygen.cpp \
110blowfish.cpp \ 112blowfish.cpp \
111commentbox.cpp \ 113commentbox.cpp \
112compressbzip2.cpp \ 114compressbzip2.cpp \
113compressgzip.cpp \ 115compressgzip.cpp \
114findwnd_emb.cpp \ 116findwnd_emb.cpp \
115findwndimpl.cpp \ 117findwndimpl.cpp \
116genpasswd.cpp \ 118genpasswd.cpp \
117getkeycardwnd.cpp \ 119getkeycardwnd.cpp \
118getmasterpwwnd_emb.cpp \ 120getmasterpwwnd_emb.cpp \
119getmasterpwwndimpl.cpp \ 121getmasterpwwndimpl.cpp \
120globalstuff.cpp \ 122globalstuff.cpp \
121gpasmanfile.cpp \ 123gpasmanfile.cpp \
122htmlgen.cpp \ 124htmlgen.cpp \
123ipc.cpp \ 125ipc.cpp \
124listobjselectwnd.cpp \ 126listobjselectwnd.cpp \
125listviewpwm.cpp \ 127listviewpwm.cpp \
126main.cpp \ 128main.cpp \
127pwgenwnd_emb.cpp \ 129pwgenwnd_emb.cpp \
128pwgenwndimpl.cpp \ 130pwgenwndimpl.cpp \
129pwm.cpp \ 131pwm.cpp \
130pwmdoc.cpp \ 132pwmdoc.cpp \
131pwmdocui.cpp \ 133pwmdocui.cpp \
132pwmexception.cpp \ 134pwmexception.cpp \
133pwminit.cpp \ 135pwminit.cpp \
134pwmprefs.cpp \ 136pwmprefs.cpp \
135pwmtray.cpp \ 137pwmtray.cpp \
136pwmview.cpp \ 138pwmview.cpp \
137pwmviewstyle_0.cpp \ 139pwmviewstyle_0.cpp \
138pwmviewstyle_1.cpp \ 140pwmviewstyle_1.cpp \
139pwmviewstyle.cpp \ 141pwmviewstyle.cpp \
140randomizer.cpp \ 142randomizer.cpp \
141rc2.cpp \ 143rc2.cpp \
142rencatwnd.cpp \ 144rencatwnd.cpp \
143serializer.cpp \ 145serializer.cpp \
144setmasterpwwnd_emb.cpp \ 146setmasterpwwnd_emb.cpp \
145setmasterpwwndimpl.cpp \ 147setmasterpwwndimpl.cpp \
146sha1.cpp \ 148sha1.cpp \
147subtbledit.cpp \
148subtbleditimpl.cpp \
149waitwnd.cpp \ 149waitwnd.cpp \
150kcmconfigs/kcmpwmconfig.cpp \ 150kcmconfigs/kcmpwmconfig.cpp \
151kcmconfigs/pwmconfigwidget.cpp \ 151kcmconfigs/pwmconfigwidget.cpp \
152 152
153 153