summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2004-09-16 13:28:27 (UTC)
committer zautrix <zautrix>2004-09-16 13:28:27 (UTC)
commit68b1f3bce4b6e89bb343b965256537d93e63f7be (patch) (unidiff)
treec73997d91d4802fbb8116b1279c1db7dee284992
parent129ba78dfbf4a44ad45058f354c1426ea530e2ca (diff)
downloadkdepimpi-68b1f3bce4b6e89bb343b965256537d93e63f7be.zip
kdepimpi-68b1f3bce4b6e89bb343b965256537d93e63f7be.tar.gz
kdepimpi-68b1f3bce4b6e89bb343b965256537d93e63f7be.tar.bz2
Make it link for my stupid config
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/pwmanagerE.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/pwmanagerE.pro b/pwmanager/pwmanager/pwmanagerE.pro
index 3fa91ba..2cd69a5 100644
--- a/pwmanager/pwmanager/pwmanagerE.pro
+++ b/pwmanager/pwmanager/pwmanagerE.pro
@@ -1,112 +1,113 @@
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 ../../microkde ../../microkde/kdecore ../../microkde/kdeui $(QPEDIR)/include 10INCLUDEPATH += . ../../qtcompat ../../qtcompat/xml ../../microkde ../../microkde/kdecore ../../microkde/kdeui $(QPEDIR)/include
11DEFINES += PWM_EMBEDDED PWM_DEBUG 11DEFINES += PWM_EMBEDDED PWM_DEBUG
12LIBS += -lmicrokde 12LIBS += -lmicrokde
13LIBS += -lmicroqtcompat 13LIBS += -lmicroqtcompat
14LIBS += -L$(QPEDIR)/lib 14LIBS += -L$(QPEDIR)/lib
15LIBS += -lqpe 15LIBS += -lqpe
16LIBS += -lbz2 16LIBS += -lbz2
17LIBS += $(QTOPIALIB)
17 18
18#INTERFACES = \ 19#INTERFACES = \
19#addentrywnd.ui \ 20#addentrywnd.ui \
20#configwnd.ui \ 21#configwnd.ui \
21#findwnd.ui \ 22#findwnd.ui \
22#getmasterpwwnd.ui \ 23#getmasterpwwnd.ui \
23#pwgenwnd.ui \ 24#pwgenwnd.ui \
24#setmasterpwwnd.ui \ 25#setmasterpwwnd.ui \
25#subtbledit.ui 26#subtbledit.ui
26 27
27#INTERFACES = \ 28#INTERFACES = \
28#subtbledit.ui \ 29#subtbledit.ui \
29 30
30 31
31 32
32#HEADERS = \ 33#HEADERS = \
33#selftest.h 34#selftest.h
34 35
35HEADERS = \ 36HEADERS = \
36addentrywnd.h \ 37addentrywnd.h \
37addentrywndimpl.h \ 38addentrywndimpl.h \
38base64.h \ 39base64.h \
39binentrygen.h \ 40binentrygen.h \
40blowfish.h \ 41blowfish.h \
41commentbox.h \ 42commentbox.h \
42compiler.h \ 43compiler.h \
43compressbzip2.h \ 44compressbzip2.h \
44compressgzip.h \ 45compressgzip.h \
45configuration_31compat.h \ 46configuration_31compat.h \
46configuration.h \ 47configuration.h \
47configwnd.h \ 48configwnd.h \
48configwndimpl.h \ 49configwndimpl.h \
49findwnd.h \ 50findwnd.h \
50findwndimpl.h \ 51findwndimpl.h \
51genpasswd.h \ 52genpasswd.h \
52getkeycardwnd.h \ 53getkeycardwnd.h \
53getmasterpwwnd.h \ 54getmasterpwwnd.h \
54getmasterpwwndimpl.h \ 55getmasterpwwndimpl.h \
55globalstuff.h \ 56globalstuff.h \
56gpasmanfile.h \ 57gpasmanfile.h \
57htmlgen.h \ 58htmlgen.h \
58htmlparse.h \ 59htmlparse.h \
59ipc.h \ 60ipc.h \
60listobjselectwnd.h \ 61listobjselectwnd.h \
61listviewpwm.h \ 62listviewpwm.h \
62printtext.h \ 63printtext.h \
63pwgenwnd.h \ 64pwgenwnd.h \
64pwgenwndimpl.h \ 65pwgenwndimpl.h \
65pwmdoc.h \ 66pwmdoc.h \
66pwmdocui.h \ 67pwmdocui.h \
67pwmexception.h \ 68pwmexception.h \
68pwm.h \ 69pwm.h \
69pwminit.h \ 70pwminit.h \
70pwmprint.h \ 71pwmprint.h \
71pwmtray.h \ 72pwmtray.h \
72pwmview.h \ 73pwmview.h \
73pwmviewstyle_0.h \ 74pwmviewstyle_0.h \
74pwmviewstyle_1.h \ 75pwmviewstyle_1.h \
75pwmviewstyle.h \ 76pwmviewstyle.h \
76randomizer.h \ 77randomizer.h \
77rc2.h \ 78rc2.h \
78rencatwnd.h \ 79rencatwnd.h \
79serializer.h \ 80serializer.h \
80setmasterpwwnd.h \ 81setmasterpwwnd.h \
81setmasterpwwndimpl.h \ 82setmasterpwwndimpl.h \
82sha1.h \ 83sha1.h \
83subtbledit.h \ 84subtbledit.h \
84subtbleditimpl.h \ 85subtbleditimpl.h \
85waitwnd.h 86waitwnd.h
86 87
87#SOURCES = \ 88#SOURCES = \
88#advcommeditimpl.cpp \ 89#advcommeditimpl.cpp \
89#configuration_31compat.cpp \ 90#configuration_31compat.cpp \
90#htmlparse.cpp \ 91#htmlparse.cpp \
91#printtext.cpp \ 92#printtext.cpp \
92#selftest.cpp \ 93#selftest.cpp \
93#pwmprint.cpp \ 94#pwmprint.cpp \
94#spinforsignal.cpp 95#spinforsignal.cpp
95 96
96SOURCES = \ 97SOURCES = \
97addentrywnd.cpp \ 98addentrywnd.cpp \
98addentrywndimpl.cpp \ 99addentrywndimpl.cpp \
99base64.cpp \ 100base64.cpp \
100binentrygen.cpp \ 101binentrygen.cpp \
101blowfish.cpp \ 102blowfish.cpp \
102commentbox.cpp \ 103commentbox.cpp \
103compressbzip2.cpp \ 104compressbzip2.cpp \
104compressgzip.cpp \ 105compressgzip.cpp \
105configuration.cpp \ 106configuration.cpp \
106configwnd.cpp \ 107configwnd.cpp \
107configwndimpl.cpp \ 108configwndimpl.cpp \
108findwnd.cpp \ 109findwnd.cpp \
109findwndimpl.cpp \ 110findwndimpl.cpp \
110genpasswd.cpp \ 111genpasswd.cpp \
111getkeycardwnd.cpp \ 112getkeycardwnd.cpp \
112getmasterpwwnd.cpp \ 113getmasterpwwnd.cpp \