summaryrefslogtreecommitdiff
path: root/libqtaux/README
authormickeyl <mickeyl>2004-01-13 21:14:51 (UTC)
committer mickeyl <mickeyl>2004-01-13 21:14:51 (UTC)
commitffe47019a96da4e6b7057fca30bb64274443099b (patch) (side-by-side diff)
treeae203606aee544bec92ac9cc139a713199cf5522 /libqtaux/README
parent7f865d5f46330faf3574495cc68093490f896411 (diff)
downloadopie-ffe47019a96da4e6b7057fca30bb64274443099b.zip
opie-ffe47019a96da4e6b7057fca30bb64274443099b.tar.gz
opie-ffe47019a96da4e6b7057fca30bb64274443099b.tar.bz2
introduce libqtaux in order to get a LGPL clean libopie2 after the merge
with libopie1
Diffstat (limited to 'libqtaux/README') (more/less context) (ignore whitespace changes)
-rw-r--r--libqtaux/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/libqtaux/README b/libqtaux/README
new file mode 100644
index 0000000..9d9d8a0
--- a/dev/null
+++ b/libqtaux/README
@@ -0,0 +1,12 @@
+This library contains auxilliary stuff from Qt/Embedded 2.3.x which
+is very useful but has been left out from qconfig-qpe.h.
+
+Note: We can't just enable the said classes in our qconfig, because that
+ would mean we no longer could link to a sharp rom libqpe.
+
+Also note: We don't ship that embedded in libopie2
+ (nor do we use it from libopie2), because we want to keep
+ libopie2 LGPL - hence Opie stuff using these classes is also here.
+
+It could be useful to eventually have some original classes
+providing similar functionality.