From 4f196cd6f0c38000c49047ae556947726ea62a9e Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Thu, 6 Sep 2018 15:59:56 -0500 Subject: [PATCH] Small fixes for qt.md --- docs/qt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/qt.md b/docs/qt.md index ab5a00514c8..ba2b3aa4bd7 100644 --- a/docs/qt.md +++ b/docs/qt.md @@ -1,4 +1,4 @@ -# Configuring for Qt5 OpenDDS Applications +# Configuring Qt5 OpenDDS Applications Some included OpenDDS applications require Qt5: @@ -25,7 +25,7 @@ and basic Qt development tools. ## If Using the Configure Script If using the configure script, supply the `--qt` option. If your Qt was -downloaded from source or installed in a specific place (the case for prebuilt +built from source or installed in a specific place (the case for prebuilt binaries on Windows), you will need to supply the root of the Qt directory so the build system can find the Qt tools, libraries, and headers. It's possible for Qt to put in it's headers in a sub directory of the include directory,