NAME
examples/nci/QtHelloWorld.pasm - Qt Example
SYNOPSIS
% ./parrot examples/nci/QtHelloWorld.pasm
DESCRIPTION
Sample "Hello World" with Qt, via Parrot Native Call Interface (nci). See docs/pdds/pdd03_calling_conventions.pod.
Qt is a multiplatform C++ GUI application framework (Lhttp://doc.trolltech.com/3.1/aboutqt.html>). You'll need to build libPQt.so and install it in runtime/parrot/dynext for this to work, see examples/nci/PQt.C for more information.
Note that this will either need JIT for building the NCI-functions on the fly. If this is not available try adding missing signatures to src/call_list.txt and rebuilding Parrot.
SEE ALSO
examples/nci/PQt.C, docs/pdds/pdd03_calling_conventions.pod.