summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/OEP/Display/NavDisplayGUI_exec/README
blob: cb10cbe5cd2d73672ce8fe0881a746e55f7d52d7 (plain)
1
2
3
4
5
6
7
This example is the Qt-based GUI implementation of NavDisplay component.

It is NOT necessary to compile ACE/TAO/CIAO with Qt support,
i.e. ACE_HAS_QT since this example does not relyes on Qt Reactor and
communicates with GUI part using QApplication::postMessage() and
simple Command Pattern based framework.  But be sure that QTDIR
environment variable is pointed to your Qt instalation directory.