Commit 63c31e06517c0d58c9a7e33e8c16633e5fa224eb
- Diff rendering mode:
- inline
- side by side
CMakeLists.txt
(4 / 0)
|   | |||
| 70 | 70 | add_definitions(-DQT_NO_DEBUG) | |
| 71 | 71 | endif (MINGW) | |
| 72 | 72 | ||
| 73 | if (QT_USE_FRAMEWORKS) | ||
| 74 | set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -F${QT_LIBRARY_DIR}") | ||
| 75 | endif (QT_USE_FRAMEWORKS) | ||
| 76 | |||
| 73 | 77 | check_cxx_compiler_flag(-fPIE HAVE_FPIE_SUPPORT) | |
| 74 | 78 | if(KDE4_ENABLE_FPIE) | |
| 75 | 79 | if(HAVE_FPIE_SUPPORT) |

