summarylogtreecommitdiffstats
path: root/04-texstudio-use-poppler-lcd.patch
diff options
context:
space:
mode:
Diffstat (limited to '04-texstudio-use-poppler-lcd.patch')
-rw-r--r--04-texstudio-use-poppler-lcd.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/04-texstudio-use-poppler-lcd.patch b/04-texstudio-use-poppler-lcd.patch
index a3599d70daa3..d400a57402d2 100644
--- a/04-texstudio-use-poppler-lcd.patch
+++ b/04-texstudio-use-poppler-lcd.patch
@@ -34,10 +34,10 @@ index 1e7aec94..42d7d4fa 100644
!isEmpty(MXE){
message("Using MXE")
-@@ -69,8 +69,12 @@ isEmpty(NO_POPPLER_PREVIEW) {
- }else{
- PKG_CONFIG_EXE = "pkg-config"
- }
+@@ -72,8 +72,12 @@ isEmpty(NO_POPPLER_PREVIEW) {
+ # work-around for travis osx build
+ LIBS += -L/usr/local/Cellar/poppler/0.61.0-texworks/lib
+
- system($${PKG_CONFIG_EXE} --atleast-version=0.24 $${poppler_qt_pkg}):DEFINES += HAS_POPPLER_24
- system($${PKG_CONFIG_EXE} --atleast-version=0.31 $${poppler_qt_pkg}):DEFINES += HAS_POPPLER_31
+ #system($${PKG_CONFIG_EXE} --atleast-version=0.24 $${poppler_qt_pkg}):DEFINES += HAS_POPPLER_24