Files
MINGW-packages/mingw-w64-leechcraft-git/find_poppler_cmake.patch
2014-12-14 01:40:44 +03:00

12 lines
479 B
Diff

--- src/plugins/monocle/plugins/pdf/cmake/FindPopplerQt4.cmake.orig 2014-07-15 19:51:51.304343200 +0300
+++ src/plugins/monocle/plugins/pdf/cmake/FindPopplerQt4.cmake 2014-07-15 21:36:54.437861800 +0300
@@ -15,7 +15,7 @@
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
-if (UNIX)
+if (UNIX OR MINGW)
find_package(PkgConfig)
pkg_check_modules(PC_POPPLERQT4 QUIET poppler-qt4)