author | mickeyl <mickeyl> | 2004-01-13 21:14:51 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-01-13 21:14:51 (UTC) |
commit | ffe47019a96da4e6b7057fca30bb64274443099b (patch) (unidiff) | |
tree | ae203606aee544bec92ac9cc139a713199cf5522 /libqtaux/README | |
parent | 7f865d5f46330faf3574495cc68093490f896411 (diff) | |
download | opie-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
-rw-r--r-- | libqtaux/README | 12 |
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 @@ | |||
1 | This library contains auxilliary stuff from Qt/Embedded 2.3.x which | ||
2 | is very useful but has been left out from qconfig-qpe.h. | ||
3 | |||
4 | Note: We can't just enable the said classes in our qconfig, because that | ||
5 | would mean we no longer could link to a sharp rom libqpe. | ||
6 | |||
7 | Also note: We don't ship that embedded in libopie2 | ||
8 | (nor do we use it from libopie2), because we want to keep | ||
9 | libopie2 LGPL - hence Opie stuff using these classes is also here. | ||
10 | |||
11 | It could be useful to eventually have some original classes | ||
12 | providing similar functionality. | ||