summaryrefslogtreecommitdiffstats
path: root/arch/tde-devel/tde-tdevelop/fix_tqt_error.patch
blob: dfd0afcc2b01e6b04641a991b896ff748a7d0505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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) ################################