mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Care for Qt library source directory rename for 5.12.x
(cherry picked from commit a3e14fe6cd
)
This commit is contained in:
parent
3b65a4056e
commit
d75fdd6e47
@ -9,7 +9,7 @@
|
||||
|
||||
QtAPI=${QtAPI:-"-cocoa"}
|
||||
QtVersion=${QtVersion:-"4.6.3"}
|
||||
QtSourceVersion="qt-everywhere-opensource-src-${QtVersion}"
|
||||
QtSourceVersion=${QtSourceVersion:-"qt-everywhere-opensource-src-${QtVersion}"}
|
||||
QtBuildSubDir="qt-${QtVersion}-build${QtAPI}"
|
||||
QtConfigureOptions=${QtConfigureOptions:-"-release"}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user