summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/OEP/Display/NavDisplayGUI_exec/README
blob: c5cb76a6fd9244a917c6eb38b05a1e89508c4fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This example is the Qt-based GUI implementation of NavDisplay component.

It is NOT necessary to compile ACE/TAO/CIAO with Qt support,
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 installation directory.

If you need to build this component, make sure you have the necessary
Qt libraries/tools installed, and define

qt = 1

in $(ACE_ROOT)/bin/MakeProjectCreator/config/default.features before
creating the workspace/project for this example.