mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 16:32:42 +02:00
Add specifics on env variable setting location
This commit is contained in:
parent
4c10f6f23b
commit
f085b81cde
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ NOTE: Qt does not support 64-bit builds on Windows 7, so you must use the 32-bit
|
|||
|
||||
Once Qt is installed, you need to manually configure the following:
|
||||
* Make sure the Qt runtime DLLs are loadable. You must do this before you attempt to build because some tools for the build depend on Qt. E.g., add to the PATH: `Qt\5.3.2\msvc2013_opengl\bin\`.
|
||||
* Go to Control Panel > System > Advanced System Settings > Environment Variables > New ...
|
||||
* Set the QT_CMAKE_PREFIX_PATH environment variable to your `Qt\5.3.2\msvc2013_opengl` directory.
|
||||
|
||||
###External Libraries
|
||||
|
|
Loading…
Reference in a new issue