Skip to content

Commit 0d93698

Browse files
author
Claudio Valerio
committed
fixes for 32bits builts
1 parent c9f60d4 commit 0d93698

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

freetype/freetype.pro

+2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ CONFIG += staticlib release
44
FREETYPE_DIR_WITH_VERSION = freetype-2.4.6
55
unix {
66
linux-g++ {
7+
CONFIG += create_prl
78
SUB_LIB = "linux"
89
}
910
linux-g++-32 {
11+
CONFIG += create_prl
1012
SUB_LIB = "linux"
1113
}
1214
linux-g++-64 {

xpdf/xpdf.pro

+2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ XPDF_DIR = "xpdf-3.03"
55

66
unix {
77
linux-g++ {
8+
CONFIG += create_prl
89
SUB_LIB = "linux"
910
}
1011
linux-g++-32 {
12+
CONFIG += create_prl
1113
SUB_LIB = "linux"
1214
}
1315
linux-g++-64 {

0 commit comments

Comments
 (0)