diff options
author | Timothy Pearson <[email protected]> | 2011-11-25 00:10:20 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-09-01 17:14:55 +0200 |
commit | 3cb544f9178a784f734f0604e78ceb4ecee935ae (patch) | |
tree | 12d75fde9b388e36820a81879207b05554c314e9 /CMakeLists.txt | |
parent | 55a114b270adac3fce625829470df302e038abb7 (diff) | |
download | tde-style-qtcurve-3cb544f9178a784f734f0604e78ceb4ecee935ae.tar.gz tde-style-qtcurve-3cb544f9178a784f734f0604e78ceb4ecee935ae.zip |
Fix FTBFS
(cherry picked from commit aa4b9a06db72dfcf769e40613ed0aeefbfc111c3)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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) |