summaryrefslogtreecommitdiff
path: root/core/launcher/launcher.pro
authorkergoth <kergoth>2002-01-28 23:28:04 (UTC)
committer kergoth <kergoth>2002-01-28 23:28:04 (UTC)
commitf7b3193e5d2d9a211ce0b963dca571d82adecb71 (patch) (unidiff)
tree44f49bdc076dc299bba1a4dc8d5d517114be5701 /core/launcher/launcher.pro
parent77d110d35f75d63f5dc66c1dd2427daf7dc2e214 (diff)
downloadopie-f7b3193e5d2d9a211ce0b963dca571d82adecb71.zip
opie-f7b3193e5d2d9a211ce0b963dca571d82adecb71.tar.gz
opie-f7b3193e5d2d9a211ce0b963dca571d82adecb71.tar.bz2
Committing in .
Modified Files: configure mkipks addressbook/Makefile.in addressbook/addressbook.pro calc2/calc.pro calc2/binary/binary.pro calc2/simple/simple.pro calculator/Makefile.in calculator/calculator.pro cardmon/Makefile.in cardmon/cardmon.pro chess/chess.pro citytime/Makefile.in citytime/citytime.pro clock/Makefile.in clock/clock.pro datebook/Makefile.in datebook/datebook.pro dictionary/dictionary.pro doc/qcop.doc doc/start.doc embeddedkonsole/Makefile.in embeddedkonsole/embeddedkonsole.pro etc/init.d/qpe example/example.pro fifteen/Makefile.in fifteen/fifteen.pro filebrowser/Makefile.in filebrowser/filebrowser.pro freetype/freetype.pro go/Makefile.in go/go.pro helpbrowser/Makefile.in helpbrowser/helpbrowser.pro inputmethods/handwriting/Makefile.in inputmethods/handwriting/handwriting.pro inputmethods/keyboard/Makefile.in inputmethods/keyboard/keyboard.pro inputmethods/pickboard/Makefile.in inputmethods/pickboard/pickboard.pro inputmethods/unikeyboard/Makefile.in inputmethods/unikeyboard/unikeyboard.pro keypebble/Makefile.in keypebble/keypebble.pro library/Makefile.in library/global.cpp library/library.pro library/qpeapplication.cpp mindbreaker/Makefile.in mindbreaker/mindbreaker.pro minesweep/Makefile.in minesweep/minesweep.pro mpegplayer/Makefile.in mpegplayer/mpegplayer.pro mpegplayer/libflash/libflash.pro mpegplayer/libmad/Makefile.in mpegplayer/libmad/libmad.pro mpegplayer/libmpeg3/Makefile.in mpegplayer/libmpeg3/libmpeg3.pro mpegplayer/libmpeg3/audio/Makefile mpegplayer/libmpeg3/video/Makefile mpegplayer/wavplugin/Makefile.in mpegplayer/wavplugin/wavplugin.pro netsetup/Makefile.in netsetup/README netsetup/netsetup.pro netsetup/dialup/Makefile.in netsetup/dialup/dialup.pro netsetup/lan/Makefile.in netsetup/lan/lan.pro parashoot/Makefile.in parashoot/parashoot.pro qasteroids/Makefile.in qasteroids/qasteroids.pro qcop/Makefile.in qcop/qcop.pro qipkg/Makefile.in qipkg/qipkg.pro scripts/q_functions settings/appearance/Makefile.in settings/appearance/appearance.pro settings/language/Makefile.in settings/language/language.pro settings/light-and-power/Makefile.in settings/light-and-power/light-and-power.pro settings/rotation/Makefile.in settings/rotation/rotation.pro settings/security/Makefile.in settings/security/security.pro settings/sound/Makefile.in settings/sound/sound.pro settings/systemtime/Makefile.in settings/systemtime/systemtime.pro showimg/Makefile.in showimg/showimg.pro single/Makefile.in single/single.pro snake/Makefile.in snake/snake.pro solitaire/Makefile.in solitaire/solitaire.pro spreadsheet/Makefile.in spreadsheet/spreadsheet.pro sysinfo/Makefile.in sysinfo/sysinfo.pro tableviewer/tableviewer.pro taskbar/Makefile.in taskbar/main.cpp taskbar/taskbar.pro taskbar/batteryapplet/Makefile.in taskbar/batteryapplet/batteryapplet.pro taskbar/clipboardapplet/clipboardapplet.pro taskbar/clockapplet/Makefile.in taskbar/clockapplet/clockapplet.pro taskbar/netmonapplet/Makefile.in taskbar/netmonapplet/netmonapplet.pro taskbar/volumeapplet/Makefile.in taskbar/volumeapplet/volumeapplet.pro tetrix/Makefile.in tetrix/tetrix.pro textedit/Makefile.in textedit/textedit.pro todo/Makefile.in todo/todo.pro tux/Makefile.in tux/tux.pro website/htdocs/build.html website/htdocs/development.html website/htdocs/refman/qcop.html website/htdocs/refman/qpeapplication.html wordgame/Makefile.in wordgame/wordgame.pro Log Message: Changed QPEDIR to OPIEDIR in .pro files, and documentation, and regenerated all Makefile.in's that were affected.
Diffstat (limited to 'core/launcher/launcher.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/launcher.pro104
1 files changed, 52 insertions, 52 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index 7d7c9ac..0078faf 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -4,3 +4,3 @@ CONFIG = qt warn_on release
4 4
5 DESTDIR = $(QPEDIR)/bin 5 DESTDIR = $(OPIEDIR)/bin
6 6
@@ -26,20 +26,20 @@ HEADERS = background.h \
26 irserver.h \ 26 irserver.h \
27 $(QPEDIR)/rsync/buf.h \ 27 $(OPIEDIR)/rsync/buf.h \
28 $(QPEDIR)/rsync/checksum.h \ 28 $(OPIEDIR)/rsync/checksum.h \
29 $(QPEDIR)/rsync/command.h \ 29 $(OPIEDIR)/rsync/command.h \
30 $(QPEDIR)/rsync/emit.h \ 30 $(OPIEDIR)/rsync/emit.h \
31 $(QPEDIR)/rsync/job.h \ 31 $(OPIEDIR)/rsync/job.h \
32 $(QPEDIR)/rsync/netint.h \ 32 $(OPIEDIR)/rsync/netint.h \
33 $(QPEDIR)/rsync/protocol.h \ 33 $(OPIEDIR)/rsync/protocol.h \
34 $(QPEDIR)/rsync/prototab.h \ 34 $(OPIEDIR)/rsync/prototab.h \
35 $(QPEDIR)/rsync/rsync.h \ 35 $(OPIEDIR)/rsync/rsync.h \
36 $(QPEDIR)/rsync/search.h \ 36 $(OPIEDIR)/rsync/search.h \
37 $(QPEDIR)/rsync/stream.h \ 37 $(OPIEDIR)/rsync/stream.h \
38 $(QPEDIR)/rsync/sumset.h \ 38 $(OPIEDIR)/rsync/sumset.h \
39 $(QPEDIR)/rsync/trace.h \ 39 $(OPIEDIR)/rsync/trace.h \
40 $(QPEDIR)/rsync/types.h \ 40 $(OPIEDIR)/rsync/types.h \
41 $(QPEDIR)/rsync/util.h \ 41 $(OPIEDIR)/rsync/util.h \
42 $(QPEDIR)/rsync/whole.h \ 42 $(OPIEDIR)/rsync/whole.h \
43 $(QPEDIR)/rsync/config_rsync.h \ 43 $(OPIEDIR)/rsync/config_rsync.h \
44 $(QPEDIR)/rsync/qrsync.h 44 $(OPIEDIR)/rsync/qrsync.h
45 # quicklauncher.h \ 45 # quicklauncher.h \
@@ -60,3 +60,3 @@ SOURCES = background.cpp \
60 launcherview.cpp \ 60 launcherview.cpp \
61 $(QPEDIR)/calibrate/calibrate.cpp \ 61 $(OPIEDIR)/calibrate/calibrate.cpp \
62 transferserver.cpp \ 62 transferserver.cpp \
@@ -67,28 +67,28 @@ SOURCES = background.cpp \
67 main.cpp \ 67 main.cpp \
68 $(QPEDIR)/rsync/base64.c \ 68 $(OPIEDIR)/rsync/base64.c \
69 $(QPEDIR)/rsync/buf.c \ 69 $(OPIEDIR)/rsync/buf.c \
70 $(QPEDIR)/rsync/checksum.c \ 70 $(OPIEDIR)/rsync/checksum.c \
71 $(QPEDIR)/rsync/command.c \ 71 $(OPIEDIR)/rsync/command.c \
72 $(QPEDIR)/rsync/delta.c \ 72 $(OPIEDIR)/rsync/delta.c \
73 $(QPEDIR)/rsync/emit.c \ 73 $(OPIEDIR)/rsync/emit.c \
74 $(QPEDIR)/rsync/hex.c \ 74 $(OPIEDIR)/rsync/hex.c \
75 $(QPEDIR)/rsync/job.c \ 75 $(OPIEDIR)/rsync/job.c \
76 $(QPEDIR)/rsync/mdfour.c \ 76 $(OPIEDIR)/rsync/mdfour.c \
77 $(QPEDIR)/rsync/mksum.c \ 77 $(OPIEDIR)/rsync/mksum.c \
78 $(QPEDIR)/rsync/msg.c \ 78 $(OPIEDIR)/rsync/msg.c \
79 $(QPEDIR)/rsync/netint.c \ 79 $(OPIEDIR)/rsync/netint.c \
80 $(QPEDIR)/rsync/patch.c \ 80 $(OPIEDIR)/rsync/patch.c \
81 $(QPEDIR)/rsync/prototab.c \ 81 $(OPIEDIR)/rsync/prototab.c \
82 $(QPEDIR)/rsync/readsums.c \ 82 $(OPIEDIR)/rsync/readsums.c \
83 $(QPEDIR)/rsync/scoop.c \ 83 $(OPIEDIR)/rsync/scoop.c \
84 $(QPEDIR)/rsync/search.c \ 84 $(OPIEDIR)/rsync/search.c \
85 $(QPEDIR)/rsync/stats.c \ 85 $(OPIEDIR)/rsync/stats.c \
86 $(QPEDIR)/rsync/stream.c \ 86 $(OPIEDIR)/rsync/stream.c \
87 $(QPEDIR)/rsync/sumset.c \ 87 $(OPIEDIR)/rsync/sumset.c \
88 $(QPEDIR)/rsync/trace.c \ 88 $(OPIEDIR)/rsync/trace.c \
89 $(QPEDIR)/rsync/tube.c \ 89 $(OPIEDIR)/rsync/tube.c \
90 $(QPEDIR)/rsync/util.c \ 90 $(OPIEDIR)/rsync/util.c \
91 $(QPEDIR)/rsync/version.c \ 91 $(OPIEDIR)/rsync/version.c \
92 $(QPEDIR)/rsync/whole.c \ 92 $(OPIEDIR)/rsync/whole.c \
93 $(QPEDIR)/rsync/qrsync.cpp 93 $(OPIEDIR)/rsync/qrsync.cpp
94 94
@@ -96,10 +96,10 @@ INTERFACES = shutdown.ui syncdialog.ui
96 96
97INCLUDEPATH += $(QPEDIR)/include 97INCLUDEPATH += $(OPIEDIR)/include
98 DEPENDPATH+= $(QPEDIR)/include . 98 DEPENDPATH+= $(OPIEDIR)/include .
99 99
100INCLUDEPATH += $(QPEDIR)/calibrate 100INCLUDEPATH += $(OPIEDIR)/calibrate
101 DEPENDPATH+= $(QPEDIR)/calibrate 101 DEPENDPATH+= $(OPIEDIR)/calibrate
102 102
103INCLUDEPATH += $(QPEDIR)/rsync 103INCLUDEPATH += $(OPIEDIR)/rsync
104 DEPENDPATH+= $(QPEDIR)/rsync 104 DEPENDPATH+= $(OPIEDIR)/rsync
105 105