author | zautrix <zautrix> | 2005-02-01 12:38:27 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-02-01 12:38:27 (UTC) |
commit | b699d9cf03b5b5bb92609bcd04eef2651fe0028b (patch) (unidiff) | |
tree | 64f5a933633816ef6df6433b3b4af2f070f84216 | |
parent | 3295269ea601147ea60ba4d20ad225048d9d47c0 (diff) | |
download | kdepimpi-b699d9cf03b5b5bb92609bcd04eef2651fe0028b.zip kdepimpi-b699d9cf03b5b5bb92609bcd04eef2651fe0028b.tar.gz kdepimpi-b699d9cf03b5b5bb92609bcd04eef2651fe0028b.tar.bz2 |
makefile changes
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | Makefile.Embedded | 2 | ||||
-rw-r--r-- | libical/src/libical/libicalE.pro | 2 | ||||
-rw-r--r-- | libical/src/libicalss/libicalssE.pro | 2 | ||||
-rw-r--r-- | libkcal/libkcalE.pro | 6 | ||||
-rw-r--r-- | microkde/microkdeE.pro | 2 | ||||
-rwxr-xr-x | setQtopia | 3 | ||||
-rw-r--r-- | setZaurus | 9 | ||||
-rwxr-xr-x | setZaurus3 | 5 |
9 files changed, 22 insertions, 11 deletions
@@ -190,48 +190,50 @@ variable_test: variable_info | |||
190 | ifdef BUILD_NO_MICROMAIL | 190 | ifdef BUILD_NO_MICROMAIL |
191 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) | 191 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) |
192 | endif | 192 | endif |
193 | ifdef BUILD_NO_SHARP_PLUGIN | 193 | ifdef BUILD_NO_SHARP_PLUGIN |
194 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) | 194 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) |
195 | else | 195 | else |
196 | ifndef SHARPDTMSDK | 196 | ifndef SHARPDTMSDK |
197 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) | 197 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) |
198 | $(error SHARPDTMSDK is not defined) | 198 | $(error SHARPDTMSDK is not defined) |
199 | endif | 199 | endif |
200 | endif | 200 | endif |
201 | ifdef BUILD_NO_GAMMU | 201 | ifdef BUILD_NO_GAMMU |
202 | @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) | 202 | @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) |
203 | endif | 203 | endif |
204 | ifdef BUILD_NO_PWMANAGER | 204 | ifdef BUILD_NO_PWMANAGER |
205 | @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) | 205 | @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) |
206 | endif | 206 | endif |
207 | @echo -------------------------------------- | 207 | @echo -------------------------------------- |
208 | 208 | ||
209 | 209 | ||
210 | objects: | 210 | objects: |
211 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done | 211 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done |
212 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done | 212 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done |
213 | mkdir -p libical/lib/$(PLATFORM) | 213 | mkdir -p libical/lib/$(PLATFORM) |
214 | mkdir -p dest | ||
215 | mkdir -p dest$(LIBICAL_PATH) | ||
214 | mkdir -p pwmanager/libcrypt/$(PLATFORM) | 216 | mkdir -p pwmanager/libcrypt/$(PLATFORM) |
215 | 217 | ||
216 | clean: | 218 | clean: |
217 | rm -rf libical/lib/$(PLATFORM)/*; | 219 | rm -rf libical/lib/$(PLATFORM)/*; |
218 | rm -rf pwmanager/libcrypt/$(PLATFORM)/*; | 220 | rm -rf pwmanager/libcrypt/$(PLATFORM)/*; |
219 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ | 221 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ |
220 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ | 222 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ |
221 | done | 223 | done |
222 | 224 | ||
223 | pac: | 225 | pac: |
224 | rm -f $(QPEDIR)/lib/libmicro* | 226 | rm -f $(QPEDIR)/lib/libmicro* |
225 | rm -f $(QPEDIR)/plugins/applets/libkopi* | 227 | rm -f $(QPEDIR)/plugins/applets/libkopi* |
226 | make | 228 | make |
227 | make install | 229 | make install |
228 | make dist | 230 | make dist |
229 | install: | 231 | install: |
230 | 232 | ||
231 | cd bin/kdepim; make install | 233 | cd bin/kdepim; make install |
232 | cp -r Pim $(QPEDIR)/apps | 234 | cp -r Pim $(QPEDIR)/apps |
233 | cp db2file/db2file $(QPEDIR)/bin/db2file | 235 | cp db2file/db2file $(QPEDIR)/bin/db2file |
234 | chmod ugo+x $(QPEDIR)/bin/db2file | 236 | chmod ugo+x $(QPEDIR)/bin/db2file |
235 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 237 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
236 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 238 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
237 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop | 239 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop |
diff --git a/Makefile.Embedded b/Makefile.Embedded index b2ef295..d24c8b8 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -190,48 +190,50 @@ variable_test: variable_info | |||
190 | ifdef BUILD_NO_MICROMAIL | 190 | ifdef BUILD_NO_MICROMAIL |
191 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) | 191 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) |
192 | endif | 192 | endif |
193 | ifdef BUILD_NO_SHARP_PLUGIN | 193 | ifdef BUILD_NO_SHARP_PLUGIN |
194 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) | 194 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) |
195 | else | 195 | else |
196 | ifndef SHARPDTMSDK | 196 | ifndef SHARPDTMSDK |
197 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) | 197 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) |
198 | $(error SHARPDTMSDK is not defined) | 198 | $(error SHARPDTMSDK is not defined) |
199 | endif | 199 | endif |
200 | endif | 200 | endif |
201 | ifdef BUILD_NO_GAMMU | 201 | ifdef BUILD_NO_GAMMU |
202 | @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) | 202 | @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) |
203 | endif | 203 | endif |
204 | ifdef BUILD_NO_PWMANAGER | 204 | ifdef BUILD_NO_PWMANAGER |
205 | @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) | 205 | @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) |
206 | endif | 206 | endif |
207 | @echo -------------------------------------- | 207 | @echo -------------------------------------- |
208 | 208 | ||
209 | 209 | ||
210 | objects: | 210 | objects: |
211 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done | 211 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done |
212 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done | 212 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done |
213 | mkdir -p libical/lib/$(PLATFORM) | 213 | mkdir -p libical/lib/$(PLATFORM) |
214 | mkdir -p dest | ||
215 | mkdir -p dest$(LIBICAL_PATH) | ||
214 | mkdir -p pwmanager/libcrypt/$(PLATFORM) | 216 | mkdir -p pwmanager/libcrypt/$(PLATFORM) |
215 | 217 | ||
216 | clean: | 218 | clean: |
217 | rm -rf libical/lib/$(PLATFORM)/*; | 219 | rm -rf libical/lib/$(PLATFORM)/*; |
218 | rm -rf pwmanager/libcrypt/$(PLATFORM)/*; | 220 | rm -rf pwmanager/libcrypt/$(PLATFORM)/*; |
219 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ | 221 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ |
220 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ | 222 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ |
221 | done | 223 | done |
222 | 224 | ||
223 | pac: | 225 | pac: |
224 | rm -f $(QPEDIR)/lib/libmicro* | 226 | rm -f $(QPEDIR)/lib/libmicro* |
225 | rm -f $(QPEDIR)/plugins/applets/libkopi* | 227 | rm -f $(QPEDIR)/plugins/applets/libkopi* |
226 | make | 228 | make |
227 | make install | 229 | make install |
228 | make dist | 230 | make dist |
229 | install: | 231 | install: |
230 | 232 | ||
231 | cd bin/kdepim; make install | 233 | cd bin/kdepim; make install |
232 | cp -r Pim $(QPEDIR)/apps | 234 | cp -r Pim $(QPEDIR)/apps |
233 | cp db2file/db2file $(QPEDIR)/bin/db2file | 235 | cp db2file/db2file $(QPEDIR)/bin/db2file |
234 | chmod ugo+x $(QPEDIR)/bin/db2file | 236 | chmod ugo+x $(QPEDIR)/bin/db2file |
235 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 237 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
236 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 238 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
237 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop | 239 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop |
diff --git a/libical/src/libical/libicalE.pro b/libical/src/libical/libicalE.pro index 1c79e18..5e9f44c 100644 --- a/libical/src/libical/libicalE.pro +++ b/libical/src/libical/libicalE.pro | |||
@@ -1,34 +1,34 @@ | |||
1 | ###################################################################### | 1 | ###################################################################### |
2 | # Automatically generated by qmake (1.07a) Sun Jun 27 22:44:35 2004 | 2 | # Automatically generated by qmake (1.07a) Sun Jun 27 22:44:35 2004 |
3 | ###################################################################### | 3 | ###################################################################### |
4 | 4 | ||
5 | TEMPLATE = lib | 5 | TEMPLATE = lib |
6 | INCLUDEPATH += . | 6 | INCLUDEPATH += . |
7 | CONFIG += staticlib | 7 | CONFIG += staticlib |
8 | OBJECTS_DIR = obj/$(PLATFORM) | 8 | OBJECTS_DIR = obj/$(PLATFORM) |
9 | MOC_DIR = moc/$(PLATFORM) | 9 | MOC_DIR = moc/$(PLATFORM) |
10 | DESTDIR=../../lib/$(PLATFORM) | 10 | DESTDIR=../../../dest$(LIBICAL_PATH) |
11 | TARGET = ical | 11 | TARGET = ical |
12 | # Input | 12 | # Input |
13 | HEADERS += astime.h \ | 13 | HEADERS += astime.h \ |
14 | ical.h \ | 14 | ical.h \ |
15 | icalarray.h \ | 15 | icalarray.h \ |
16 | icalattach.h \ | 16 | icalattach.h \ |
17 | icalattachimpl.h \ | 17 | icalattachimpl.h \ |
18 | icalcomponent.h \ | 18 | icalcomponent.h \ |
19 | icalderivedparameter.h \ | 19 | icalderivedparameter.h \ |
20 | icalderivedproperty.h \ | 20 | icalderivedproperty.h \ |
21 | icalderivedvalue.h \ | 21 | icalderivedvalue.h \ |
22 | icalduration.h \ | 22 | icalduration.h \ |
23 | icalenums.h \ | 23 | icalenums.h \ |
24 | icalerror.h \ | 24 | icalerror.h \ |
25 | icallangbind.h \ | 25 | icallangbind.h \ |
26 | icalmemory.h \ | 26 | icalmemory.h \ |
27 | icalmime.h \ | 27 | icalmime.h \ |
28 | icalparameter.h \ | 28 | icalparameter.h \ |
29 | icalparameterimpl.h \ | 29 | icalparameterimpl.h \ |
30 | icalparser.h \ | 30 | icalparser.h \ |
31 | icalperiod.h \ | 31 | icalperiod.h \ |
32 | icalproperty.h \ | 32 | icalproperty.h \ |
33 | icalrecur.h \ | 33 | icalrecur.h \ |
34 | icalrestriction.h \ | 34 | icalrestriction.h \ |
diff --git a/libical/src/libicalss/libicalssE.pro b/libical/src/libicalss/libicalssE.pro index 84ccf47..5f96609 100644 --- a/libical/src/libicalss/libicalssE.pro +++ b/libical/src/libicalss/libicalssE.pro | |||
@@ -1,37 +1,37 @@ | |||
1 | ###################################################################### | 1 | ###################################################################### |
2 | # Automatically generated by qmake (1.07a) Sun Jun 27 23:03:36 2004 | 2 | # Automatically generated by qmake (1.07a) Sun Jun 27 23:03:36 2004 |
3 | ###################################################################### | 3 | ###################################################################### |
4 | 4 | ||
5 | 5 | ||
6 | TEMPLATE= lib | 6 | TEMPLATE= lib |
7 | 7 | ||
8 | TARGET = icalss | 8 | TARGET = icalss |
9 | CONFIG += staticlib | 9 | CONFIG += staticlib |
10 | 10 | ||
11 | OBJECTS_DIR = obj/$(PLATFORM) | 11 | OBJECTS_DIR = obj/$(PLATFORM) |
12 | MOC_DIR = moc/$(PLATFORM) | 12 | MOC_DIR = moc/$(PLATFORM) |
13 | DESTDIR=../../lib/$(PLATFORM) | 13 | DESTDIR=../../../dest$(LIBICAL_PATH) |
14 | INCLUDEPATH += . ../libical | 14 | INCLUDEPATH += . ../libical |
15 | # Input | 15 | # Input |
16 | HEADERS += icalcalendar.h \ | 16 | HEADERS += icalcalendar.h \ |
17 | icalclassify.h \ | 17 | icalclassify.h \ |
18 | icalcluster.h \ | 18 | icalcluster.h \ |
19 | icalclusterimpl.h \ | 19 | icalclusterimpl.h \ |
20 | icaldirset.h \ | 20 | icaldirset.h \ |
21 | icaldirsetimpl.h \ | 21 | icaldirsetimpl.h \ |
22 | icalfileset.h \ | 22 | icalfileset.h \ |
23 | icalfilesetimpl.h \ | 23 | icalfilesetimpl.h \ |
24 | icalgauge.h \ | 24 | icalgauge.h \ |
25 | icalgaugeimpl.h \ | 25 | icalgaugeimpl.h \ |
26 | icalmessage.h \ | 26 | icalmessage.h \ |
27 | icalset.h \ | 27 | icalset.h \ |
28 | icalspanlist.h \ | 28 | icalspanlist.h \ |
29 | icalss.h \ | 29 | icalss.h \ |
30 | icalssyacc.h | 30 | icalssyacc.h |
31 | SOURCES += icalcalendar.c \ | 31 | SOURCES += icalcalendar.c \ |
32 | icalclassify.c \ | 32 | icalclassify.c \ |
33 | icalcluster.c \ | 33 | icalcluster.c \ |
34 | icaldirset.c \ | 34 | icaldirset.c \ |
35 | icalfileset.c \ | 35 | icalfileset.c \ |
36 | icalgauge.c \ | 36 | icalgauge.c \ |
37 | icalmessage.c \ | 37 | icalmessage.c \ |
diff --git a/libkcal/libkcalE.pro b/libkcal/libkcalE.pro index c2fb4e5..737be53 100644 --- a/libkcal/libkcalE.pro +++ b/libkcal/libkcalE.pro | |||
@@ -1,36 +1,38 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | TARGET = microkcal | 3 | TARGET = microkcal |
4 | 4 | ||
5 | INCLUDEPATH += ../libkdepim ../microkde ../qtcompat versit ../microkde/kdecore $(QPEDIR)/include | 5 | INCLUDEPATH += ../libkdepim ../microkde ../qtcompat versit ../microkde/kdecore $(QPEDIR)/include |
6 | INCLUDEPATH += ../libical/src/libical | 6 | INCLUDEPATH += ../libical/src/libical |
7 | INCLUDEPATH += ../libical/src/libicalss | 7 | INCLUDEPATH += ../libical/src/libicalss |
8 | OBJECTS_DIR = obj/$(PLATFORM) | 8 | OBJECTS_DIR = obj/$(PLATFORM) |
9 | MOC_DIR = moc/$(PLATFORM) | 9 | MOC_DIR = moc/$(PLATFORM) |
10 | DESTDIR = $(QPEDIR)/lib | 10 | DESTDIR = $(QPEDIR)/lib |
11 | LIBS += ../libical/lib/$(PLATFORM)/libical.a | 11 | #LIBS += ../libical/lib/$(PLATFORM)/libical.a |
12 | LIBS += ../libical/lib/$(PLATFORM)/libicalss.a | 12 | #LIBS += ../libical/lib/$(PLATFORM)/libicalss.a |
13 | LIBS += ../dest$(LIBICAL_PATH)/libical.a | ||
14 | LIBS += ../dest$(LIBICAL_PATH)/libicalss.a | ||
13 | 15 | ||
14 | INTERFACES = \ | 16 | INTERFACES = \ |
15 | 17 | ||
16 | HEADERS = \ | 18 | HEADERS = \ |
17 | alarm.h \ | 19 | alarm.h \ |
18 | attachment.h \ | 20 | attachment.h \ |
19 | attendee.h \ | 21 | attendee.h \ |
20 | calendar.h \ | 22 | calendar.h \ |
21 | calendarlocal.h \ | 23 | calendarlocal.h \ |
22 | calfilter.h \ | 24 | calfilter.h \ |
23 | calformat.h \ | 25 | calformat.h \ |
24 | calstorage.h \ | 26 | calstorage.h \ |
25 | compat.h \ | 27 | compat.h \ |
26 | customproperties.h \ | 28 | customproperties.h \ |
27 | dummyscheduler.h \ | 29 | dummyscheduler.h \ |
28 | duration.h \ | 30 | duration.h \ |
29 | event.h \ | 31 | event.h \ |
30 | exceptions.h \ | 32 | exceptions.h \ |
31 | filestorage.h \ | 33 | filestorage.h \ |
32 | freebusy.h \ | 34 | freebusy.h \ |
33 | icaldrag.h \ | 35 | icaldrag.h \ |
34 | icalformat.h \ | 36 | icalformat.h \ |
35 | icalformatimpl.h \ | 37 | icalformatimpl.h \ |
36 | imipscheduler.h \ | 38 | imipscheduler.h \ |
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro index 5aa3571..c54fb22 100644 --- a/microkde/microkdeE.pro +++ b/microkde/microkdeE.pro | |||
@@ -1,27 +1,27 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | INCLUDEPATH += . $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/kabc kdecore kdeui kio/kfile kio/kio $(QPEDIR)/include | 3 | INCLUDEPATH += . .. $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/kabc kdecore kdeui kio/kfile kio/kio $(QPEDIR)/include |
4 | 4 | ||
5 | DEPENDPATH += $(QPEDIR)/include | 5 | DEPENDPATH += $(QPEDIR)/include |
6 | LIBS += -lmicroqtcompat -L$(QPEDIR)/lib | 6 | LIBS += -lmicroqtcompat -L$(QPEDIR)/lib |
7 | 7 | ||
8 | DEFINES += KDE_QT_ONLY | 8 | DEFINES += KDE_QT_ONLY |
9 | 9 | ||
10 | TARGET = microkde | 10 | TARGET = microkde |
11 | OBJECTS_DIR = obj/$(PLATFORM) | 11 | OBJECTS_DIR = obj/$(PLATFORM) |
12 | MOC_DIR = moc/$(PLATFORM) | 12 | MOC_DIR = moc/$(PLATFORM) |
13 | DESTDIR=$(QPEDIR)/lib | 13 | DESTDIR=$(QPEDIR)/lib |
14 | 14 | ||
15 | 15 | ||
16 | INTERFACES = \ | 16 | INTERFACES = \ |
17 | 17 | ||
18 | HEADERS = \ | 18 | HEADERS = \ |
19 | qlayoutengine_p.h \ | 19 | qlayoutengine_p.h \ |
20 | KDGanttMinimizeSplitter.h \ | 20 | KDGanttMinimizeSplitter.h \ |
21 | kapplication.h \ | 21 | kapplication.h \ |
22 | kaudioplayer.h \ | 22 | kaudioplayer.h \ |
23 | kcalendarsystem.h \ | 23 | kcalendarsystem.h \ |
24 | kcalendarsystemgregorian.h \ | 24 | kcalendarsystemgregorian.h \ |
25 | kcolorbutton.h \ | 25 | kcolorbutton.h \ |
26 | kcolordialog.h \ | 26 | kcolordialog.h \ |
27 | kcombobox.h \ | 27 | kcombobox.h \ |
@@ -1,18 +1,21 @@ | |||
1 | # add the following line to ~/.bashrc without leading # | 1 | # add the following line to ~/.bashrc without leading # |
2 | # alias cq='source /opt/Qtopia/examples/korge-1.0.9r.sharp/setQtopia' | 2 | # alias cq='source /opt/Qtopia/examples/korge-1.0.9r.sharp/setQtopia' |
3 | # then type in terminal cq<return> to set the variables | 3 | # then type in terminal cq<return> to set the variables |
4 | # for desktop version in virtual framebuffer | 4 | # for desktop version in virtual framebuffer |
5 | export QPEDIR=/opt/Qtopia | 5 | export QPEDIR=/opt/Qtopia |
6 | export OPIEDIR=/kde_dev/opie | 6 | export OPIEDIR=/kde_dev/opie |
7 | export BUILD_NO_OPIE_PLUGIN=1 | 7 | export BUILD_NO_OPIE_PLUGIN=1 |
8 | export BUILD_NO_LDAP_PLUGIN=1 | ||
8 | #export BUILD_NO_GAMMU=1 | 9 | #export BUILD_NO_GAMMU=1 |
9 | export QTDIR=/opt/Qtopia | 10 | export QTDIR=/opt/Qtopia |
10 | export PATH=$QTDIR/bin:$PATH | 11 | export PATH=$QTDIR/bin:$PATH |
12 | #export BUILD_NO_PWMANAGER=1 | ||
11 | export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-generic-g++ | 13 | export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-generic-g++ |
12 | export LD_LIBRARY_PATH=$QTDIR/lib:$OPIEDIR/lib:$LD_LIBRARY_PATH | 14 | export LD_LIBRARY_PATH=$QTDIR/lib:$OPIEDIR/lib:$LD_LIBRARY_PATH |
13 | export PLATFORM=qtopia | 15 | export PLATFORM=qtopia |
14 | export QTOPIALIB=-lqtopia | 16 | export QTOPIALIB=-lqtopia |
17 | export LIBICAL_PATH=/qtopia | ||
15 | #export RELEASE_DEBUG=release | 18 | #export RELEASE_DEBUG=release |
16 | export RELEASE_DEBUG=debug | 19 | export RELEASE_DEBUG=debug |
17 | 20 | ||
18 | \ No newline at end of file | 21 | \ No newline at end of file |
@@ -1,19 +1,20 @@ | |||
1 | # copy this dir to /opt/Qtopia/examples/ | 1 | # copy this dir to /opt/Qtopia/examples/ |
2 | # Now this file should be in the path /opt/Qtopia/examples/kdepim/setZaurus | 2 | # Now this file should be in the path /opt/Qtopia/examples/kdepim/setZaurus |
3 | # add the following line to ~/.bashrc without leading # | 3 | # add the following line to ~/.bashrc without leading # |
4 | # alias cz='source /opt/Qtopia/examples/kdepim/setZaurus' | 4 | # alias cz='source /opt/Qtopia/examples/kdepim/setZaurus' |
5 | # then type in terminal cz<return> to set the variables | 5 | # then type in terminal cz<return> to set the variables |
6 | # for cross-compiling | 6 | # for cross-compiling |
7 | export QPEDIR=/opt/Qtopia/sharp | 7 | export QPEDIR=/opt/Qtopia/sharp |
8 | export OPIEDIR=/kde_dev/opie | 8 | export OPIEDIR=/kde_dev/opie |
9 | #export BUILD_NO_OPIE_PLUGIN=1 | 9 | export BUILD_NO_OPIE_PLUGIN=1 |
10 | #export BUILD_NO_SHARP_PLUGIN=1 | 10 | #export BUILD_NO_SHARP_PLUGIN=1 |
11 | #export BUILD_NO_GAMMU=1 | 11 | #export BUILD_NO_GAMMU=1 |
12 | #export BUILD_NO_PWMANAGER=1 | ||
12 | export QTDIR=/opt/Qtopia/sharp | 13 | export QTDIR=/opt/Qtopia/sharp |
13 | export PATH=$QTDIR/bin:/opt/Embedix/tools/bin:$PATH | 14 | export PATH=$QTDIR/bin:/opt/Embedix/tools/bin:$PATH |
14 | export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++ | 15 | export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++ |
15 | export PLATFORM=zaurus | 16 | export PLATFORM=zaurus |
16 | export RELEASE_DEBUG=release | 17 | export RELEASE_DEBUG=release |
18 | export LIBICAL_PATH=/zaurus | ||
17 | export SHARPDTMSDK=/opt/dtm | 19 | export SHARPDTMSDK=/opt/dtm |
18 | #export RELEASE_DEBUG=debug | 20 | #export RELEASE_DEBUG=debug \ No newline at end of file |
19 | |||
@@ -1,25 +1,26 @@ | |||
1 | # Settings to compile KDE-Pim/Pi with gcc 3.3.2 cross compiler for Zaurus | 1 | # Settings to compile KDE-Pim/Pi with gcc 3.3.2 cross compiler for Zaurus |
2 | # copy this dir to /opt/Qtopia/examples/ | 2 | # copy this dir to /opt/Qtopia/examples/ |
3 | # Now this file should be in the path /opt/Qtopia/examples/kdepim/setZaurus3 | 3 | # Now this file should be in the path /opt/Qtopia/examples/kdepim/setZaurus3 |
4 | # add the following line to ~/.bashrc without leading # | 4 | # add the following line to ~/.bashrc without leading # |
5 | # alias cz='source /opt/Qtopia/examples/kdepim/setZaurus3' | 5 | # alias cz='source /opt/Qtopia/examples/kdepim/setZaurus3' |
6 | # then type in terminal cz3<return> to set the variables | 6 | # then type in terminal cz3<return> to set the variables |
7 | # for cross-compiling | 7 | # for cross-compiling |
8 | export QPEDIR=/opt/Qtopia/sharp3 | 8 | export QPEDIR=/opt/Qtopia/sharp3 |
9 | export OPIEDIR=/kde_dev/opie | 9 | export OPIEDIR=/kde_dev/opie |
10 | #export BUILD_NO_OPIE_PLUGIN=1 | 10 | export BUILD_NO_OPIE_PLUGIN=1 |
11 | export BUILD_NO_QTOPIA_PLUGIN=1 | 11 | #export BUILD_NO_QTOPIA_PLUGIN=1 |
12 | export BUILD_NO_SHARP_PLUGIN=1 | 12 | export BUILD_NO_SHARP_PLUGIN=1 |
13 | export BUILD_NO_LDAP_PLUGIN=1 | 13 | export BUILD_NO_LDAP_PLUGIN=1 |
14 | #export BUILD_NO_GAMMU=1 | 14 | #export BUILD_NO_GAMMU=1 |
15 | export QTDIR=/opt/Qtopia/sharp3 | 15 | export QTDIR=/opt/Qtopia/sharp3 |
16 | #insert here path to your gcc 3.3.2 compiler | 16 | #insert here path to your gcc 3.3.2 compiler |
17 | export PATH=$QTDIR/bin:/opt/cross/bin:$PATH | 17 | export PATH=$QTDIR/bin:/opt/cross/bin:$PATH |
18 | export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++ | 18 | export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++ |
19 | export PLATFORM=zaurus3 | 19 | export PLATFORM=zaurus3 |
20 | export RELEASE_DEBUG=release | 20 | export RELEASE_DEBUG=release |
21 | export SHARPDTMSDK=/opt/dtm | 21 | export SHARPDTMSDK=/opt/dtm |
22 | #export RELEASE_DEBUG=debug | 22 | #export RELEASE_DEBUG=debug |
23 | export LIBICAL_PATH=/zaurus | ||
23 | export GCC3EXTRALIB1=-lpng12 | 24 | export GCC3EXTRALIB1=-lpng12 |
24 | export GCC3EXTRALIB2=-lz | 25 | export GCC3EXTRALIB2=-lz |
25 | export KDEPIM_VERSION=1.9.5c \ No newline at end of file | 26 | export KDEPIM_VERSION=1.9.5c \ No newline at end of file |