author | kergoth <kergoth> | 2002-01-25 22:14:26 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-01-25 22:14:26 (UTC) |
commit | 15318cad33835e4e2dc620d033e43cd930676cdd (patch) (unidiff) | |
tree | c2fa0399a2c47fda8e2cd0092c73a809d17f68eb /docs/portability.html | |
download | opie-15318cad33835e4e2dc620d033e43cd930676cdd.zip opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.gz opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.bz2 |
Initial revision
-rw-r--r-- | docs/portability.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/portability.html b/docs/portability.html new file mode 100644 index 0000000..a4b891f --- a/dev/null +++ b/docs/portability.html | |||
@@ -0,0 +1,9 @@ | |||
1 | <html><head><title>Portability</title></head><body><h2>Portability</h2> | ||
2 | Qt/Embedded features the same API as the excellent | ||
3 | Qt/Windows and Qt/X11 versions. Imagine writing your Qt application in | ||
4 | your favourite desktop environment and just recompiling to move it to | ||
5 | your embedded device. It saves you heaps of development effort and | ||
6 | allows you to work productively in your favorite programming | ||
7 | environment from day one. You can start today. | ||
8 | </body> | ||
9 | </html> | ||