]> git.pld-linux.org Git - packages/xpdf.git/blob - xpdf-qt4.patch
- updated to 4.01.01 (fixes CVE-2018-7173 CVE-2018-7174 CVE-2018-7175 CVE-2018-7452...
[packages/xpdf.git] / xpdf-qt4.patch
1 --- xpdf-4.01.01/cmake-config.txt.orig  2019-03-14 22:01:02.000000000 +0100
2 +++ xpdf-4.01.01/cmake-config.txt       2019-05-19 09:28:12.156006566 +0200
3 @@ -193,7 +193,7 @@
4    find_package(Qt5Network)
5    find_package(Qt5PrintSupport)
6  else ()
7 -  find_package(Qt4)
8 +  find_package(Qt4 COMPONENTS QtCore QtGui QtNetwork)
9  endif ()
10  if(Qt5Widgets_FOUND)
11    message(STATUS "Qt5 found")
This page took 0.054909 seconds and 3 git commands to generate.