mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 20:32:56 +02:00
qt.conf file requires editing
This commit is contained in:
parent
d5530f180b
commit
c66f6a1a3f
1 changed files with 3 additions and 1 deletions
|
@ -190,7 +190,9 @@ The *.prl* files have an absolute path that needs to be removed (see http://www.
|
|||
1. Run the following command:
|
||||
`find . -name \*.prl -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;`
|
||||
|
||||
Copy the file *qt5-build\qtbase\bin\qt.conf* to *qt5-install\bin*.
|
||||
Add a *qt.conf* file.
|
||||
1. Copy the file *qt5-build\qtbase\bin\qt.conf* to *qt5-install\bin*.
|
||||
1. Edit the *qt.conf* file: replace all absolute URLs with relative URLs.
|
||||
|
||||
Copy the files *zlib1.dll* and *zlib.pdb* from *qt5-build\qtbase\bin* to *qt5-install\bin*.
|
||||
FIXME: Why aren't these zlib files automatically included?
|
||||
|
|
Loading…
Reference in a new issue