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