Hi everyone ! :)
I’m trying to compile Qt 5.1 in order to take advantage of the Qt Mobility modules and get ready for mobile platforms but I’m facing a problem.
I’m following this nice tutorial : http://qt-project.org/wiki/Building_Qt_5_from_Git
But when I type
configure -developer-build -opensource -nomake examples -nomake tests
I get the following
Running configuration tests...
WARNING: The DirectX SDK could not be detected:
The library 'd3d9.lib' could not be found.
Disabling the ANGLE backend.
WARNING: Using OpenGL ES 2.0 without ANGLE.
Specify -opengl desktop to use Open GL.
The build will most likely fail.
I’m on Windows 8, d3d9.lib can be located there:
C:/Program Files (x86)/Microsoft SDKs/Windows/v7.0A/Lib
C:/Program Files (x86)/Microsoft SDKs/Windows/v7.0A/IA64
C:/Program Files (x86)/Microsoft SDKs/Windows/v7.0A/x64
C:/Program Files (x86)/Windows Kit/8.0/Lib/win8/um/x86
C:/Program Files (x86)/Windows Kit/8.0/Lib/win8/um/x64
I tried setting DXSDK_DIR variable path to :
C:/Program Files (x86)/Microsoft SDKs/Windows/v7.0A
C:/Program Files (x86)/Windows Kit/8.0/
Same problem for both.
Do you have any idea on what i’m doing wrong ?
Thank you very much :) :)
↧