From: Zack Rusin Date: Fri, 29 Jul 2011 04:07:43 +0000 (-0400) Subject: Qt not QT X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=a842652387c6bcaeb5339f77f74fbf5fe0e6e8ec;p=apitrace Qt not QT --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fffebf0..d7e4a28 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ project (apitrace) # still providing a mechanism to force/disable these optional dependencies, as # prescribed in http://www.gentoo.org/proj/en/qa/automagic.xml -set (ENABLE_GUI "AUTO" CACHE STRING "Enable QT GUI.") +set (ENABLE_GUI "AUTO" CACHE STRING "Enable Qt GUI.") ##############################################################################