NAME ^

examples/pni/QtHelloWorld.pasm - Qt Example

SYNOPSIS ^

    % ./parrot examples/pni/QtHelloWorld.pasm

DESCRIPTION ^

Sample "Hello World" with Qt, via Parrot Native Call API (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/pni/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/pni/PQt.C, docs/pdds/pdd03_calling_conventions.pod.


parrot