===== DISCLAIMER =======
If this doesn't work or if it trashes your machine, don't blame
me! This is provided as is with no liability whatsoever.
===== INTRODUKTION ========
This is the experimental version of Qt v.4.6.2 for Amicygnix.
This is the sdk archive. This archive will enable you to make
Qt apps using amicygnix. It requires that you have installed
the official AmigaOS 4.1 SDK from Hyperion and that you have
installed the amicygnix base package from os4depot. You don't
need to have the amicygnix SDK installed to use this.
NB: Qt comes with a set of experimental shared library versions
of the x windows libraries. Once an official version of these
shared libraries are released, you should delete these
experimental versions.
For things still missing, see the MISSING STUFF section below.
If you get it working, I would appreciate if you send me an
email! Similarly if it for some reason doesn't work out for you.
Happy coding :-)
Alfkil (alfkil()gmail.com)
======= INSTALLATION =========
1) unpack the whole package to wherever you like.
2) add the following lines to your s:user-startup:
;BEGIN qt
assign qt: <your path>/qt-amicygnix-sdk-4.6.2
path qt:bin add
assign sobjs: sys:sobjs
assign sobjs: qt:lib ADD
;END qt
3) reboot your machine
... and you're set!
====== TUTORIAL ========
1) Start Amicygnix.
2) Go back to workbench and open up a shell window.
3) type:
stack 10000000
cd qt:examples/widgets/calculator
qmake
gmake
calculator
4) Switch back to the amicygnix screen and be amazed ;-)
===== MISSING STUFF =====
QtCore:
QFileSystemWatcher is a stub
QProcess is a stub
QtNetwork:
at present SSL support is missing
WebKit:
any javascript will probably crash
phonon:
compiles, but with no working backend
Sql:
only the sqlite driver works
+ more
===== USAGE =========
- Always use gmake instead of make for unix style paths
- if gmake fails, try running qmake and then gmake
- learn about qt at qt.nokia.com
- if anything else fails, drop me a msg: alfkil()gmail.com
| |