author | kergoth <kergoth> | 2003-01-23 05:19:45 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-23 05:19:45 (UTC) |
commit | dd83300aed861b43c5e1e6c8b633d4119d5d9217 (patch) (unidiff) | |
tree | 929278e8a58bdf0580fe909c9439e32f34e01b19 | |
parent | 54fca716097f9318c6a9677c90c37a77b81d6824 (diff) | |
download | opie-dd83300aed861b43c5e1e6c8b633d4119d5d9217.zip opie-dd83300aed861b43c5e1e6c8b633d4119d5d9217.tar.gz opie-dd83300aed861b43c5e1e6c8b633d4119d5d9217.tar.bz2 |
opiedir/lib instead of qtdir/lib..
-rw-r--r-- | lib/README | 1 | ||||
-rw-r--r-- | libopie/libopie.control | 8 | ||||
-rw-r--r-- | libopie/libopie.pro | 2 | ||||
-rw-r--r-- | library/library.pro | 3 |
4 files changed, 3 insertions, 11 deletions
diff --git a/lib/README b/lib/README new file mode 100644 index 0000000..48cdce8 --- a/dev/null +++ b/lib/README | |||
@@ -0,0 +1 @@ | |||
placeholder | |||
diff --git a/libopie/libopie.control b/libopie/libopie.control deleted file mode 100644 index 6bf3883..0000000 --- a/libopie/libopie.control +++ b/dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | Files: $QTDIR/lib/libopie.so.1.0.0 $QTDIR/lib/libopie.so.1.0 $QTDIR/lib/libopie.so.1 pics/opie/* | ||
2 | Priority: optional | ||
3 | Section: opie/system | ||
4 | Maintainer: - | ||
5 | Architecture: arm | ||
6 | Version: $QPE_VERSION-$SUB_VERSION | ||
7 | Depends: qt-embedded (>=$QTE_VERSION) | ||
8 | Description: Opie library | ||
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index a2d8faa..799f3b0 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -64,33 +64,33 @@ SOURCES = ofontmenu.cc \ | |||
64 | pim/orecur.cpp \ | 64 | pim/orecur.cpp \ |
65 | pim/opimstate.cpp \ | 65 | pim/opimstate.cpp \ |
66 | pim/opimxrefpartner.cpp \ | 66 | pim/opimxrefpartner.cpp \ |
67 | pim/opimxref.cpp \ | 67 | pim/opimxref.cpp \ |
68 | pim/opimxrefmanager.cpp \ | 68 | pim/opimxrefmanager.cpp \ |
69 | pim/opimmaintainer.cpp \ | 69 | pim/opimmaintainer.cpp \ |
70 | pim/opimnotify.cpp \ | 70 | pim/opimnotify.cpp \ |
71 | pim/opimnotifymanager.cpp \ | 71 | pim/opimnotifymanager.cpp \ |
72 | pim/opimmainwindow.cpp \ | 72 | pim/opimmainwindow.cpp \ |
73 | pim/opimresolver.cpp \ | 73 | pim/opimresolver.cpp \ |
74 | orecurrancewidget.cpp \ | 74 | orecurrancewidget.cpp \ |
75 | oticker.cpp | 75 | oticker.cpp |
76 | # pim/otodoaccesssql.cpp \ | 76 | # pim/otodoaccesssql.cpp \ |
77 | 77 | ||
78 | TARGET = opie | 78 | TARGET = opie |
79 | INCLUDEPATH += $(OPIEDIR)/include | 79 | INCLUDEPATH += $(OPIEDIR)/include |
80 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 80 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
81 | #VERSION = 1.0.0 | 81 | #VERSION = 1.0.0 |
82 | 82 | ||
83 | LIBS += -lqpe | 83 | LIBS += -lqpe |
84 | 84 | ||
85 | # LIBS += -lopiesql | 85 | # LIBS += -lopiesql |
86 | 86 | ||
87 | INTERFACES = otimepickerbase.ui orecurrancebase.ui | 87 | INTERFACES = otimepickerbase.ui orecurrancebase.ui |
88 | 88 | ||
89 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 89 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
90 | ../i18n/xx/libopie.ts \ | 90 | ../i18n/xx/libopie.ts \ |
91 | ../i18n/en/libopie.ts \ | 91 | ../i18n/en/libopie.ts \ |
92 | ../i18n/es/libopie.ts \ | 92 | ../i18n/es/libopie.ts \ |
93 | ../i18n/fr/libopie.ts \ | 93 | ../i18n/fr/libopie.ts \ |
94 | ../i18n/hu/libopie.ts \ | 94 | ../i18n/hu/libopie.ts \ |
95 | ../i18n/ja/libopie.ts \ | 95 | ../i18n/ja/libopie.ts \ |
96 | ../i18n/ko/libopie.ts \ | 96 | ../i18n/ko/libopie.ts \ |
diff --git a/library/library.pro b/library/library.pro index a04d3f0..b0d07b8 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -111,34 +111,33 @@ SOURCES = calendar.cpp \ | |||
111 | categorywidget.cpp \ | 111 | categorywidget.cpp \ |
112 | ir.cpp \ | 112 | ir.cpp \ |
113 | backend/vcc_yacc.cpp \ | 113 | backend/vcc_yacc.cpp \ |
114 | backend/vobject.cpp \ | 114 | backend/vobject.cpp \ |
115 | findwidget_p.cpp \ | 115 | findwidget_p.cpp \ |
116 | finddialog.cpp \ | 116 | finddialog.cpp \ |
117 | lnkproperties.cpp \ | 117 | lnkproperties.cpp \ |
118 | qt_override.cpp | 118 | qt_override.cpp |
119 | 119 | ||
120 | # Qt 3 compatibility | 120 | # Qt 3 compatibility |
121 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 121 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
122 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 122 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
123 | INCLUDEPATH += $(OPIEDIR)/include backend | 123 | INCLUDEPATH += $(OPIEDIR)/include backend |
124 | LIBS += -ldl -lcrypt -lm | 124 | LIBS += -ldl -lcrypt -lm |
125 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 125 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
126 | TARGET = qpe | 126 | TARGET = qpe |
127 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 127 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
128 | # This is set by configure$(OPIEDIR). | ||
129 | VERSION = 1.5.0.1 | 128 | VERSION = 1.5.0.1 |
130 | 129 | ||
131 | TRANSLATIONS = ../i18n/de/libqpe.ts \ | 130 | TRANSLATIONS = ../i18n/de/libqpe.ts \ |
132 | ../i18n/xx/libqpe.ts \ | 131 | ../i18n/xx/libqpe.ts \ |
133 | ../i18n/en/libqpe.ts \ | 132 | ../i18n/en/libqpe.ts \ |
134 | ../i18n/es/libqpe.ts \ | 133 | ../i18n/es/libqpe.ts \ |
135 | ../i18n/fr/libqpe.ts \ | 134 | ../i18n/fr/libqpe.ts \ |
136 | ../i18n/hu/libqpe.ts \ | 135 | ../i18n/hu/libqpe.ts \ |
137 | ../i18n/ja/libqpe.ts \ | 136 | ../i18n/ja/libqpe.ts \ |
138 | ../i18n/ko/libqpe.ts \ | 137 | ../i18n/ko/libqpe.ts \ |
139 | ../i18n/no/libqpe.ts \ | 138 | ../i18n/no/libqpe.ts \ |
140 | ../i18n/pl/libqpe.ts \ | 139 | ../i18n/pl/libqpe.ts \ |
141 | ../i18n/pt/libqpe.ts \ | 140 | ../i18n/pt/libqpe.ts \ |
142 | ../i18n/pt_BR/libqpe.ts \ | 141 | ../i18n/pt_BR/libqpe.ts \ |
143 | ../i18n/sl/libqpe.ts \ | 142 | ../i18n/sl/libqpe.ts \ |
144 | ../i18n/zh_CN/libqpe.ts \ | 143 | ../i18n/zh_CN/libqpe.ts \ |