diff options
author | Timothy Pearson <[email protected]> | 2011-11-25 00:10:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-25 00:10:20 -0600 |
commit | aa4b9a06db72dfcf769e40613ed0aeefbfc111c3 (patch) | |
tree | 6f41d964a5326e2ad81fa77a427fbbb54b490b57 /CMakeLists.txt | |
parent | f21c6e30665e28ac55ae6895aad83e177585ce01 (diff) | |
download | tde-style-qtcurve-aa4b9a06db72dfcf769e40613ed0aeefbfc111c3.tar.gz tde-style-qtcurve-aa4b9a06db72dfcf769e40613ed0aeefbfc111c3.zip |
Fix FTBFS
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 e9dee81..8191bac 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) |