diff options
Diffstat (limited to 'TAO/CIAO/examples/handcrafted/Display/NavDisplayGUI_exec/README')
-rw-r--r-- | TAO/CIAO/examples/handcrafted/Display/NavDisplayGUI_exec/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/CIAO/examples/handcrafted/Display/NavDisplayGUI_exec/README b/TAO/CIAO/examples/handcrafted/Display/NavDisplayGUI_exec/README new file mode 100644 index 00000000000..cb10cbe5cd2 --- /dev/null +++ b/TAO/CIAO/examples/handcrafted/Display/NavDisplayGUI_exec/README @@ -0,0 +1,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. |