Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Can't build Qt 5.3 with mingw and ANGLE on Windows SDK 8.1
Forum Updated to NodeBB v4.3 + New Features

Can't build Qt 5.3 with mingw and ANGLE on Windows SDK 8.1

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 2.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    navrocky
    wrote on last edited by
    #1

    I get this error during configure stage:

    @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.
    (Press any key to continue...)@

    My config script is:

    @set PATH=c:\Qt\qt-src-5.3.0\qtbase\bin;c:\Qt\qt-src-5.3.0\qtrepotools\bin;c:\Qt\qt-src-5.3.0\gnuwin32\bin;c:\mingw32\bin;%PATH%
    configure.bat -platform win32-g++ -opensource -static -qt-sql-sqlite2 -qt-zlib -no-icu -no-gif -qt-libpng -qt-libjpeg -no-openssl -no-dbus -nomake examples -skip qtwebkit -skip qtwebkit-examples
    @

    I install WIn8.1 SDK (which includes DX SDK). How I can provide valid path to Win 8.1 SDK during configuration.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      To add path for headers to the configure script you can use -I C:/Path/to/DX_SDK/Headers and -L C:/Path/to/DX_SDK/libs

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved