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