summaryrefslogtreecommitdiff
path: root/libre/qtcreator/qtcreator-fix-clang-paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/qtcreator/qtcreator-fix-clang-paths.patch')
-rw-r--r--libre/qtcreator/qtcreator-fix-clang-paths.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/libre/qtcreator/qtcreator-fix-clang-paths.patch b/libre/qtcreator/qtcreator-fix-clang-paths.patch
deleted file mode 100644
index 84a0a43f6..000000000
--- a/libre/qtcreator/qtcreator-fix-clang-paths.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/src/libs/clangsupport/CMakeLists.txt b/src/libs/clangsupport/CMakeLists.txt
-index dcaa464710..01cf7580b7 100644
---- a/src/libs/clangsupport/CMakeLists.txt
-+++ b/src/libs/clangsupport/CMakeLists.txt
-@@ -5,8 +5,8 @@ add_qtc_library(ClangSupport
- PUBLIC_DEPENDS Utils Sqlite Qt5::Core Qt5::Network
- PUBLIC_DEFINES
- CLANG_VERSION="${CLANG_VERSION}"
-- CLANG_INCLUDE_DIR="${IDE_LIBEXEC_PATH}/clang/lib/clang/${CLANG_VERSION}/include"
-- CLANG_BINDIR="${IDE_LIBEXEC_PATH}/clang/bin"
-+ CLANG_INCLUDE_DIR="/usr/lib/clang/${CLANG_VERSION}/include"
-+ CLANG_BINDIR="/usr/bin"
- DEFINES CLANGSUPPORT_BUILD_LIB
- PUBLIC_INCLUDES
- "${CMAKE_CURRENT_LIST_DIR}"