author | kergoth <kergoth> | 2002-01-31 18:35:48 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-01-31 18:35:48 (UTC) |
commit | 2802e5a2b474101a50bf95e707061ca5542876fd (patch) (unidiff) | |
tree | a1015514ef9e48df091903cccf0d3174e272f663 /library | |
parent | 48a922e687e82dc8ebe2bc3cb17dcaa8dcae62bd (diff) | |
download | opie-2802e5a2b474101a50bf95e707061ca5542876fd.zip opie-2802e5a2b474101a50bf95e707061ca5542876fd.tar.gz opie-2802e5a2b474101a50bf95e707061ca5542876fd.tar.bz2 |
*** empty log message ***
-rw-r--r-- | library/Makefile.in | 125 | ||||
-rw-r--r-- | library/global.cpp | 2 | ||||
-rw-r--r-- | library/library.pro | 10 |
3 files changed, 25 insertions, 112 deletions
diff --git a/library/Makefile.in b/library/Makefile.in index b74b818..b8fc1f6 100644 --- a/library/Makefile.in +++ b/library/Makefile.in | |||
@@ -32,5 +32,4 @@ HEADERS = calendar.h \ | |||
32 | network.h \ | 32 | network.h \ |
33 | networkinterface.h \ | 33 | networkinterface.h \ |
34 | proxies.h \ | ||
35 | filemanager.h \ | 34 | filemanager.h \ |
36 | fontmanager.h \ | 35 | fontmanager.h \ |
@@ -38,4 +37,5 @@ HEADERS = calendar.h \ | |||
38 | datebookmonth.h \ | 37 | datebookmonth.h \ |
39 | fileselector.h \ | 38 | fileselector.h \ |
39 | fileselector_p.h \ | ||
40 | imageedit.h \ | 40 | imageedit.h \ |
41 | qcopenvelope_qws.h \ | 41 | qcopenvelope_qws.h \ |
@@ -79,10 +79,5 @@ HEADERS = calendar.h \ | |||
79 | findwidget_p.h \ | 79 | findwidget_p.h \ |
80 | finddialog.h \ | 80 | finddialog.h \ |
81 | lnkproperties.h \ | 81 | lnkproperties.h |
82 | quuid.h \ | ||
83 | qcom.h \ | ||
84 | qlibrary.h \ | ||
85 | qlibrary_p.h \ | ||
86 | qprocess.h | ||
87 | SOURCES =calendar.cpp \ | 82 | SOURCES =calendar.cpp \ |
88 | global.cpp \ | 83 | global.cpp \ |
@@ -92,5 +87,4 @@ SOURCES = calendar.cpp \ | |||
92 | network.cpp \ | 87 | network.cpp \ |
93 | networkinterface.cpp \ | 88 | networkinterface.cpp \ |
94 | proxies.cpp \ | ||
95 | filemanager.cpp \ | 89 | filemanager.cpp \ |
96 | fontmanager.cpp \ | 90 | fontmanager.cpp \ |
@@ -140,10 +134,5 @@ SOURCES = calendar.cpp \ | |||
140 | findwidget_p.cpp \ | 134 | findwidget_p.cpp \ |
141 | finddialog.cpp \ | 135 | finddialog.cpp \ |
142 | lnkproperties.cpp \ | 136 | lnkproperties.cpp |
143 | quuid.cpp \ | ||
144 | qlibrary.cpp \ | ||
145 | qlibrary_unix.cpp \ | ||
146 | qprocess.cpp \ | ||
147 | qprocess_unix.cpp | ||
148 | OBJECTS =calendar.o \ | 137 | OBJECTS =calendar.o \ |
149 | global.o \ | 138 | global.o \ |
@@ -153,5 +142,4 @@ OBJECTS = calendar.o \ | |||
153 | network.o \ | 142 | network.o \ |
154 | networkinterface.o \ | 143 | networkinterface.o \ |
155 | proxies.o \ | ||
156 | filemanager.o \ | 144 | filemanager.o \ |
157 | fontmanager.o \ | 145 | fontmanager.o \ |
@@ -202,33 +190,24 @@ OBJECTS = calendar.o \ | |||
202 | finddialog.o \ | 190 | finddialog.o \ |
203 | lnkproperties.o \ | 191 | lnkproperties.o \ |
204 | quuid.o \ | ||
205 | qlibrary.o \ | ||
206 | qlibrary_unix.o \ | ||
207 | qprocess.o \ | ||
208 | qprocess_unix.o \ | ||
209 | passwordbase_p.o \ | 192 | passwordbase_p.o \ |
210 | proxiesbase_p.o \ | ||
211 | categoryeditbase_p.o \ | 193 | categoryeditbase_p.o \ |
212 | findwidgetbase_p.o \ | 194 | findwidgetbase_p.o \ |
213 | lnkpropertiesbase_p.o | 195 | lnkpropertiesbase_p.o |
214 | INTERFACES = passwordbase_p.ui \ | 196 | INTERFACES = passwordbase_p.ui \ |
215 | proxiesbase_p.ui \ | ||
216 | categoryeditbase_p.ui \ | 197 | categoryeditbase_p.ui \ |
217 | findwidgetbase_p.ui \ | 198 | findwidgetbase_p.ui \ |
218 | lnkpropertiesbase_p.ui | 199 | lnkpropertiesbase_p.ui |
219 | UICDECLS = passwordbase_p.h \ | 200 | UICDECLS = passwordbase_p.h \ |
220 | proxiesbase_p.h \ | ||
221 | categoryeditbase_p.h \ | 201 | categoryeditbase_p.h \ |
222 | findwidgetbase_p.h \ | 202 | findwidgetbase_p.h \ |
223 | lnkpropertiesbase_p.h | 203 | lnkpropertiesbase_p.h |
224 | UICIMPLS = passwordbase_p.cpp \ | 204 | UICIMPLS = passwordbase_p.cpp \ |
225 | proxiesbase_p.cpp \ | ||
226 | categoryeditbase_p.cpp \ | 205 | categoryeditbase_p.cpp \ |
227 | findwidgetbase_p.cpp \ | 206 | findwidgetbase_p.cpp \ |
228 | lnkpropertiesbase_p.cpp | 207 | lnkpropertiesbase_p.cpp |
229 | SRCMOC =moc_menubutton.cpp \ | 208 | SRCMOC =moc_menubutton.cpp \ |
230 | moc_proxies.cpp \ | ||
231 | moc_datebookmonth.cpp \ | 209 | moc_datebookmonth.cpp \ |
232 | moc_fileselector.cpp \ | 210 | moc_fileselector.cpp \ |
211 | moc_fileselector_p.cpp \ | ||
233 | moc_imageedit.cpp \ | 212 | moc_imageedit.cpp \ |
234 | moc_qpedecoration_qws.cpp \ | 213 | moc_qpedecoration_qws.cpp \ |
@@ -248,6 +227,4 @@ SRCMOC = moc_menubutton.cpp \ | |||
248 | moc_finddialog.cpp \ | 227 | moc_finddialog.cpp \ |
249 | moc_lnkproperties.cpp \ | 228 | moc_lnkproperties.cpp \ |
250 | moc_qlibrary_p.cpp \ | ||
251 | moc_qprocess.cpp \ | ||
252 | global.moc \ | 229 | global.moc \ |
253 | network.moc \ | 230 | network.moc \ |
@@ -255,14 +232,12 @@ SRCMOC = moc_menubutton.cpp \ | |||
255 | process_unix.moc \ | 232 | process_unix.moc \ |
256 | timestring.moc \ | 233 | timestring.moc \ |
257 | qprocess_unix.moc \ | ||
258 | moc_passwordbase_p.cpp \ | 234 | moc_passwordbase_p.cpp \ |
259 | moc_proxiesbase_p.cpp \ | ||
260 | moc_categoryeditbase_p.cpp \ | 235 | moc_categoryeditbase_p.cpp \ |
261 | moc_findwidgetbase_p.cpp \ | 236 | moc_findwidgetbase_p.cpp \ |
262 | moc_lnkpropertiesbase_p.cpp | 237 | moc_lnkpropertiesbase_p.cpp |
263 | OBJMOC =moc_menubutton.o \ | 238 | OBJMOC =moc_menubutton.o \ |
264 | moc_proxies.o \ | ||
265 | moc_datebookmonth.o \ | 239 | moc_datebookmonth.o \ |
266 | moc_fileselector.o \ | 240 | moc_fileselector.o \ |
241 | moc_fileselector_p.o \ | ||
267 | moc_imageedit.o \ | 242 | moc_imageedit.o \ |
268 | moc_qpedecoration_qws.o \ | 243 | moc_qpedecoration_qws.o \ |
@@ -282,8 +257,5 @@ OBJMOC = moc_menubutton.o \ | |||
282 | moc_finddialog.o \ | 257 | moc_finddialog.o \ |
283 | moc_lnkproperties.o \ | 258 | moc_lnkproperties.o \ |
284 | moc_qlibrary_p.o \ | ||
285 | moc_qprocess.o \ | ||
286 | moc_passwordbase_p.o \ | 259 | moc_passwordbase_p.o \ |
287 | moc_proxiesbase_p.o \ | ||
288 | moc_categoryeditbase_p.o \ | 260 | moc_categoryeditbase_p.o \ |
289 | moc_findwidgetbase_p.o \ | 261 | moc_findwidgetbase_p.o \ |
@@ -320,6 +292,8 @@ $(DESTDIR)$(SYSCONF_LINK_TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) | |||
320 | moc: $(SRCMOC) | 292 | moc: $(SRCMOC) |
321 | 293 | ||
322 | tmake: | 294 | tmake: Makefile.in |
323 | tmake library.pro | 295 | |
296 | Makefile.in: library.pro | ||
297 | tmake library.pro -o Makefile.in | ||
324 | 298 | ||
325 | clean: | 299 | clean: |
@@ -382,9 +356,4 @@ networkinterface.o: networkinterface.cpp \ | |||
382 | config.h | 356 | config.h |
383 | 357 | ||
384 | proxies.o: proxies.cpp \ | ||
385 | proxies.h \ | ||
386 | config.h \ | ||
387 | proxiesbase_p.h | ||
388 | |||
389 | filemanager.o: filemanager.cpp \ | 358 | filemanager.o: filemanager.cpp \ |
390 | filemanager.h \ | 359 | filemanager.h \ |
@@ -411,4 +380,5 @@ fileselector.o: fileselector.cpp \ | |||
411 | filemanager.h \ | 380 | filemanager.h \ |
412 | applnk.h \ | 381 | applnk.h \ |
382 | fileselector_p.h \ | ||
413 | global.h \ | 383 | global.h \ |
414 | resource.h \ | 384 | resource.h \ |
@@ -535,6 +505,5 @@ fontdatabase.o: fontdatabase.cpp \ | |||
535 | 505 | ||
536 | power.o: power.cpp \ | 506 | power.o: power.cpp \ |
537 | power.h \ | 507 | power.h |
538 | custom.h | ||
539 | 508 | ||
540 | storage.o: storage.cpp | 509 | storage.o: storage.cpp |
@@ -634,23 +603,4 @@ lnkproperties.o: lnkproperties.cpp \ | |||
634 | ir.h | 603 | ir.h |
635 | 604 | ||
636 | quuid.o: quuid.cpp \ | ||
637 | quuid.h | ||
638 | |||
639 | qlibrary.o: qlibrary.cpp \ | ||
640 | qlibrary_p.h \ | ||
641 | qlibrary.h | ||
642 | |||
643 | qlibrary_unix.o: qlibrary_unix.cpp \ | ||
644 | qlibrary_p.h \ | ||
645 | qlibrary.h | ||
646 | |||
647 | qprocess.o: qprocess.cpp \ | ||
648 | qprocess.h | ||
649 | |||
650 | qprocess_unix.o: qprocess_unix.cpp \ | ||
651 | qprocess_unix.moc \ | ||
652 | qprocess.h \ | ||
653 | qcleanuphandler_p.h | ||
654 | |||
655 | passwordbase_p.h: passwordbase_p.ui | 605 | passwordbase_p.h: passwordbase_p.ui |
656 | $(UIC) passwordbase_p.ui -o $(INTERFACE_DECL_PATH)/passwordbase_p.h | 606 | $(UIC) passwordbase_p.ui -o $(INTERFACE_DECL_PATH)/passwordbase_p.h |
@@ -659,10 +609,4 @@ passwordbase_p.cpp: passwordbase_p.ui | |||
659 | $(UIC) passwordbase_p.ui -i passwordbase_p.h -o passwordbase_p.cpp | 609 | $(UIC) passwordbase_p.ui -i passwordbase_p.h -o passwordbase_p.cpp |
660 | 610 | ||
661 | proxiesbase_p.h: proxiesbase_p.ui | ||
662 | $(UIC) proxiesbase_p.ui -o $(INTERFACE_DECL_PATH)/proxiesbase_p.h | ||
663 | |||
664 | proxiesbase_p.cpp: proxiesbase_p.ui | ||
665 | $(UIC) proxiesbase_p.ui -i proxiesbase_p.h -o proxiesbase_p.cpp | ||
666 | |||
667 | categoryeditbase_p.h: categoryeditbase_p.ui | 611 | categoryeditbase_p.h: categoryeditbase_p.ui |
668 | $(UIC) categoryeditbase_p.ui -o $(INTERFACE_DECL_PATH)/categoryeditbase_p.h | 612 | $(UIC) categoryeditbase_p.ui -o $(INTERFACE_DECL_PATH)/categoryeditbase_p.h |
@@ -685,6 +629,4 @@ lnkpropertiesbase_p.cpp: lnkpropertiesbase_p.ui | |||
685 | passwordbase_p.o: passwordbase_p.cpp | 629 | passwordbase_p.o: passwordbase_p.cpp |
686 | 630 | ||
687 | proxiesbase_p.o: proxiesbase_p.cpp | ||
688 | |||
689 | categoryeditbase_p.o: categoryeditbase_p.cpp | 631 | categoryeditbase_p.o: categoryeditbase_p.cpp |
690 | 632 | ||
@@ -696,8 +638,4 @@ moc_menubutton.o: moc_menubutton.cpp \ | |||
696 | menubutton.h | 638 | menubutton.h |
697 | 639 | ||
698 | moc_proxies.o: moc_proxies.cpp \ | ||
699 | proxies.h \ | ||
700 | config.h | ||
701 | |||
702 | moc_datebookmonth.o: moc_datebookmonth.cpp \ | 640 | moc_datebookmonth.o: moc_datebookmonth.cpp \ |
703 | datebookmonth.h \ | 641 | datebookmonth.h \ |
@@ -710,4 +648,7 @@ moc_fileselector.o: moc_fileselector.cpp \ | |||
710 | applnk.h | 648 | applnk.h |
711 | 649 | ||
650 | moc_fileselector_p.o: moc_fileselector_p.cpp \ | ||
651 | fileselector_p.h | ||
652 | |||
712 | moc_imageedit.o: moc_imageedit.cpp \ | 653 | moc_imageedit.o: moc_imageedit.cpp \ |
713 | imageedit.h | 654 | imageedit.h |
@@ -767,18 +708,11 @@ moc_lnkproperties.o: moc_lnkproperties.cpp \ | |||
767 | lnkproperties.h | 708 | lnkproperties.h |
768 | 709 | ||
769 | moc_qlibrary_p.o: moc_qlibrary_p.cpp \ | ||
770 | qlibrary_p.h \ | ||
771 | qlibrary.h | ||
772 | |||
773 | moc_qprocess.o: moc_qprocess.cpp \ | ||
774 | qprocess.h | ||
775 | |||
776 | moc_passwordbase_p.o: global.moc \ | 710 | moc_passwordbase_p.o: global.moc \ |
777 | global.cpp | 711 | global.cpp |
778 | 712 | ||
779 | moc_proxiesbase_p.o: network.moc \ | 713 | moc_categoryeditbase_p.o: network.moc \ |
780 | network.cpp | 714 | network.cpp |
781 | 715 | ||
782 | moc_categoryeditbase_p.o: password.moc \ | 716 | moc_findwidgetbase_p.o: password.moc \ |
783 | password.cpp \ | 717 | password.cpp \ |
784 | password.h \ | 718 | password.h \ |
@@ -788,21 +722,11 @@ moc_categoryeditbase_p.o: password.moc \ | |||
788 | passwordbase_p.h | 722 | passwordbase_p.h |
789 | 723 | ||
790 | moc_findwidgetbase_p.o: process_unix.moc \ | 724 | moc_lnkpropertiesbase_p.o: process_unix.moc \ |
791 | process_unix.cpp \ | 725 | process_unix.cpp \ |
792 | process.h | 726 | process.h |
793 | 727 | ||
794 | moc_lnkpropertiesbase_p.o: timestring.moc \ | ||
795 | timestring.cpp \ | ||
796 | timestring.h \ | ||
797 | qpeapplication.h \ | ||
798 | qpedecoration_qws.h \ | ||
799 | config.h | ||
800 | |||
801 | moc_menubutton.cpp: menubutton.h | 728 | moc_menubutton.cpp: menubutton.h |
802 | $(MOC) menubutton.h -o moc_menubutton.cpp | 729 | $(MOC) menubutton.h -o moc_menubutton.cpp |
803 | 730 | ||
804 | moc_proxies.cpp: proxies.h | ||
805 | $(MOC) proxies.h -o moc_proxies.cpp | ||
806 | |||
807 | moc_datebookmonth.cpp: datebookmonth.h | 731 | moc_datebookmonth.cpp: datebookmonth.h |
808 | $(MOC) datebookmonth.h -o moc_datebookmonth.cpp | 732 | $(MOC) datebookmonth.h -o moc_datebookmonth.cpp |
@@ -811,4 +735,7 @@ moc_fileselector.cpp: fileselector.h | |||
811 | $(MOC) fileselector.h -o moc_fileselector.cpp | 735 | $(MOC) fileselector.h -o moc_fileselector.cpp |
812 | 736 | ||
737 | moc_fileselector_p.cpp: fileselector_p.h | ||
738 | $(MOC) fileselector_p.h -o moc_fileselector_p.cpp | ||
739 | |||
813 | moc_imageedit.cpp: imageedit.h | 740 | moc_imageedit.cpp: imageedit.h |
814 | $(MOC) imageedit.h -o moc_imageedit.cpp | 741 | $(MOC) imageedit.h -o moc_imageedit.cpp |
@@ -862,10 +789,4 @@ moc_lnkproperties.cpp: lnkproperties.h | |||
862 | $(MOC) lnkproperties.h -o moc_lnkproperties.cpp | 789 | $(MOC) lnkproperties.h -o moc_lnkproperties.cpp |
863 | 790 | ||
864 | moc_qlibrary_p.cpp: qlibrary_p.h | ||
865 | $(MOC) qlibrary_p.h -o moc_qlibrary_p.cpp | ||
866 | |||
867 | moc_qprocess.cpp: qprocess.h | ||
868 | $(MOC) qprocess.h -o moc_qprocess.cpp | ||
869 | |||
870 | global.moc: global.cpp | 791 | global.moc: global.cpp |
871 | $(MOC) global.cpp -o global.moc | 792 | $(MOC) global.cpp -o global.moc |
@@ -883,13 +804,7 @@ timestring.moc: timestring.cpp | |||
883 | $(MOC) timestring.cpp -o timestring.moc | 804 | $(MOC) timestring.cpp -o timestring.moc |
884 | 805 | ||
885 | qprocess_unix.moc: qprocess_unix.cpp | ||
886 | $(MOC) qprocess_unix.cpp -o qprocess_unix.moc | ||
887 | |||
888 | moc_passwordbase_p.cpp: passwordbase_p.h | 806 | moc_passwordbase_p.cpp: passwordbase_p.h |
889 | $(MOC) passwordbase_p.h -o moc_passwordbase_p.cpp | 807 | $(MOC) passwordbase_p.h -o moc_passwordbase_p.cpp |
890 | 808 | ||
891 | moc_proxiesbase_p.cpp: proxiesbase_p.h | ||
892 | $(MOC) proxiesbase_p.h -o moc_proxiesbase_p.cpp | ||
893 | |||
894 | moc_categoryeditbase_p.cpp: categoryeditbase_p.h | 809 | moc_categoryeditbase_p.cpp: categoryeditbase_p.h |
895 | $(MOC) categoryeditbase_p.h -o moc_categoryeditbase_p.cpp | 810 | $(MOC) categoryeditbase_p.h -o moc_categoryeditbase_p.cpp |
diff --git a/library/global.cpp b/library/global.cpp index e5fc2b3..fd7579a 100644 --- a/library/global.cpp +++ b/library/global.cpp | |||
@@ -506,5 +506,5 @@ void Global::invoke(const QString &c) | |||
506 | ::execv( qpeDir()+"/bin/"+args[0], (char * const *)args ); | 506 | ::execv( qpeDir()+"/bin/"+args[0], (char * const *)args ); |
507 | ::execvp( args[0], (char * const *)args ); | 507 | ::execvp( args[0], (char * const *)args ); |
508 | exit( -1 ); | 508 | _exit( -1 ); |
509 | } | 509 | } |
510 | } | 510 | } |
diff --git a/library/library.pro b/library/library.pro index 058d216..e71e5a0 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -9,5 +9,4 @@ HEADERS = calendar.h \ | |||
9 | network.h \ | 9 | network.h \ |
10 | networkinterface.h \ | 10 | networkinterface.h \ |
11 | proxies.h \ | ||
12 | filemanager.h \ | 11 | filemanager.h \ |
13 | fontmanager.h \ | 12 | fontmanager.h \ |
@@ -15,4 +14,5 @@ HEADERS = calendar.h \ | |||
15 | datebookmonth.h \ | 14 | datebookmonth.h \ |
16 | fileselector.h \ | 15 | fileselector.h \ |
16 | fileselector_p.h \ | ||
17 | imageedit.h \ | 17 | imageedit.h \ |
18 | qcopenvelope_qws.h \ | 18 | qcopenvelope_qws.h \ |
@@ -65,5 +65,4 @@ SOURCES = calendar.cpp \ | |||
65 | network.cpp \ | 65 | network.cpp \ |
66 | networkinterface.cpp \ | 66 | networkinterface.cpp \ |
67 | proxies.cpp \ | ||
68 | filemanager.cpp \ | 67 | filemanager.cpp \ |
69 | fontmanager.cpp \ | 68 | fontmanager.cpp \ |
@@ -116,12 +115,11 @@ SOURCES = calendar.cpp \ | |||
116 | 115 | ||
117 | # Qt 3 compatibility | 116 | # Qt 3 compatibility |
118 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h qprocess.h | 117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
119 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp qprocess.cpp \ | 118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
120 | qprocess_unix.cpp | ||
121 | 119 | ||
122 | INCLUDEPATH += $(OPIEDIR)/include backend | 120 | INCLUDEPATH += $(OPIEDIR)/include backend |
123 | LIBS += -ldl -lcrypt -lm | 121 | LIBS += -ldl -lcrypt -lm |
124 | 122 | ||
125 | INTERFACES = passwordbase_p.ui proxiesbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 123 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
126 | 124 | ||
127 | TARGET = qpe | 125 | TARGET = qpe |