summaryrefslogtreecommitdiffstats
path: root/Modules/SquishTestScript.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-08-28 09:22:17 (GMT)
committerStephen Kelly <steveire@gmail.com>2012-08-28 09:24:55 (GMT)
commit325214900ba14ebb94ba43fbd61dea4bef37d5e5 (patch)
tree1dcabbd6380bc8a0020f21d7f049df3d598a14f5 /Modules/SquishTestScript.cmake
parentf32e7957b4f6cb57e396ec018947d46420072671 (diff)
downloadCMake-325214900ba14ebb94ba43fbd61dea4bef37d5e5.zip
CMake-325214900ba14ebb94ba43fbd61dea4bef37d5e5.tar.gz
CMake-325214900ba14ebb94ba43fbd61dea4bef37d5e5.tar.bz2
Fix casing of 'Qt' in docs, comments and user-visible strings.
QT (cue-tea) is Apple QuickTime. Qt (cute) is the C++ framework.
Diffstat (limited to 'Modules/SquishTestScript.cmake')
-rw-r--r--Modules/SquishTestScript.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/SquishTestScript.cmake b/Modules/SquishTestScript.cmake
index 5cdd212..d565305 100644
--- a/Modules/SquishTestScript.cmake
+++ b/Modules/SquishTestScript.cmake
@@ -44,7 +44,7 @@ foreach(i ${squish_env_vars})
endforeach()
if (QT4_INSTALLED)
- # record qt lib directory
+ # record Qt lib directory
set ( ENV{${SQUISH_LIBQTDIR}} ${squish_libqtdir} )
endif ()