From 3cb544f9178a784f734f0604e78ceb4ecee935ae Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Nov 2011 00:10:20 -0600 Subject: Fix FTBFS (cherry picked from commit aa4b9a06db72dfcf769e40613ed0aeefbfc111c3) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ac4ab0..73303e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,11 +94,11 @@ tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) configure_file( config.h.cmake config.h @ONLY ) -if (QTC_ENABLE_PARENTLESS_DIALOG_FIX_SUPPORT) +if (TQTC_ENABLE_PARENTLESS_DIALOG_FIX_SUPPORT) message("**************************************************************\n" "Warning: You have enabled support for the 'fix parentless dialogs'\n" " option. This is known to BREAK some applications. Please\n" " DO NOT report errors to application authors when you have\n" " this enabled. Please reconsider DISABLING this option.\n" "**************************************************************\n") -endif (QTC_ENABLE_PARENTLESS_DIALOG_FIX_SUPPORT) \ No newline at end of file +endif (TQTC_ENABLE_PARENTLESS_DIALOG_FIX_SUPPORT) -- cgit v1.2.1