summaryrefslogtreecommitdiff
path: root/editors/texstudio/files/patch-texstudio.pro
blob: 69ee09b4a7db08a2f7ed2d48067c2e278f73421c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- texstudio.pro.orig	2014-12-10 21:27:10 UTC
+++ texstudio.pro
@@ -531,6 +531,10 @@ unix {
     -lz
 }
 
+freebsd-* {
+    LIBS += -lexecinfo
+}
+
 # ################################
 # Poppler PDF Preview, will only be used if NO_POPPLER_PREVIEW is not set
 isEmpty(NO_POPPLER_PREVIEW) {