]> git.cworth.org Git - apitrace/commitdiff
Qt not QT
authorZack Rusin <zack@kde.org>
Fri, 29 Jul 2011 04:07:43 +0000 (00:07 -0400)
committerZack Rusin <zack@kde.org>
Fri, 5 Aug 2011 03:56:20 +0000 (23:56 -0400)
CMakeLists.txt

index fffebf01582752b9a2d7de9302e5cb77d61876cb..d7e4a28a7fb01e76b5aa23ad344106acde771c66 100755 (executable)
@@ -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.")
 
 
 ##############################################################################