]> git.pld-linux.org Git - packages/xpdf.git/blame - xpdf-qt4.patch
- build with Qt5 by default
[packages/xpdf.git] / xpdf-qt4.patch
CommitLineData
5310ccb1
JB
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.11179 seconds and 4 git commands to generate.