diff options
Diffstat (limited to 'arch/tde-devel/tde-tdevelop/fix_tqt_error.patch')
-rw-r--r-- | arch/tde-devel/tde-tdevelop/fix_tqt_error.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/arch/tde-devel/tde-tdevelop/fix_tqt_error.patch b/arch/tde-devel/tde-tdevelop/fix_tqt_error.patch deleted file mode 100644 index dfd0afcc2..000000000 --- a/arch/tde-devel/tde-tdevelop/fix_tqt_error.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -Naur tdevelop-orig/lib/interfaces/external/CMakeLists.txt tdevelop/lib/interfaces/external/CMakeLists.txt ---- tdevelop-orig/lib/interfaces/external/CMakeLists.txt 2015-09-22 20:10:40.000000000 -0700 -+++ tdevelop/lib/interfaces/external/CMakeLists.txt 2017-06-29 04:29:48.095622130 -0700 -@@ -15,6 +15,9 @@ - ${TQT_INCLUDE_DIRS} - ) - -+link_directories ( -+ ${TQT_LIBRARY_DIRS} -+) - - ##### headers ################################### - -diff -Naur tdevelop-orig/src/newui/CMakeLists.txt tdevelop/src/newui/CMakeLists.txt ---- tdevelop-orig/src/newui/CMakeLists.txt 2015-09-22 20:10:40.000000000 -0700 -+++ tdevelop/src/newui/CMakeLists.txt 2017-06-29 04:34:10.788957492 -0700 -@@ -15,6 +15,9 @@ - ${TQT_INCLUDE_DIRS} - ) - -+link_directories( -+ ${TQT_LIBRARY_DIRS} -+) - - ##### d (shared) ################################ - |