Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. One problem while compiling the ANGLE module in the Qt's source code dir

One problem while compiling the ANGLE module in the Qt's source code dir

Scheduled Pinned Locked Moved General and Desktop
compileangle
1 Posts 1 Posters 717 Views
  • 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.
  • J Offline
    J Offline
    JohnYork
    wrote on 21 Mar 2015, 17:23 last edited by JohnYork
    #1

    Hi, everyone !
    There is a copy of ANGLE module's source code in Qt's source package, But it can not be compiled in the Qt's compiling process for the following reasons:
    In the 'configure' script file, there is a compiling test on '-opengl es2' option, in the test project file 'opengles2.pro' located at '<Qt-src>/qtbase/config.tests/unix/opengles2/' requires the compiled library of ANGLE from the variable 'QMAKE_LIBS_OPENGL_ES2'. If the library files is not available, the test project will surely failed. But at this time the ANGLE module hasn't been compiled , therefore the library files are not available yet. So the test project makes the '-opengl es2' option failed, and Qt can not be compiled to support OpenGL ES2 with the ANGLE in Qt's source package, except the user can provide another compiled one.
    I tried to modify the test project file 'opengles2.pro', and expected to add the ANGLE's project file to it as a sub-project. I did it like this to ignore the changing on file name and dir-structure. But the file '.qmake.cache' was required while compiling, and I don't know how to generate it.

    1 Reply Last reply
    0

    1/1

    21 Mar 2015, 17:23

    • Login

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