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. QtGUI do not want to be build
Forum Updated to NodeBB v4.3 + New Features

QtGUI do not want to be build

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 1.3k 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.
  • V Offline
    V Offline
    vahmurka
    wrote on last edited by
    #1

    My configuration line is:
    configure -platform win32-msvc2012 -mmx -sse2 -openssl -confirm-license -debug-and-release -opengl-es-2 -openvg -no-s60 -qt-zlib -qt-libpng -qt-libtiff -qt-libjpeg -webkit -opensource -shared -no-ltcg -qt-sql-sqlite -no-qt3support -mp -nomake examples -nomake tests -I C:/SDKs/openssl-1.0.1c/include -L C:/SDKs/openssl-1.0.1c/lib -I C:\SDKs\icu\dist\include -L C:\SDKs\icu\dist\lib -I C:\SDKs\angle\trunk\include -L C:\SDKs\angle\trunk\lib -D GLEW_STATIC

    However it is not possible to build qt due to the line in file gui.pro:
    include(egl/egl.pri)
    win32:!wince*: DEFINES += QT_NO_EGL

    Since opengl is defined: egl is defined too therefore files: egl/qegl.cpp and egl/qeglproperties.cpp
    are scheduled for compilation, but it is impossible to have these to files compiled with define QT_NO_EGL.
    What i'm doing wrong?

    I'm using latest source from git.
    Unfortunately i want openVG support and openl gl es 2 or desktop. Of cause there is always an option to use third party library, but it's kinda silly to use it if it is already present in qt.

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lgeyer
      wrote on last edited by
      #2

      -There is no such code in "gui.pro":http://qt.gitorious.org/qt/qtbase/blobs/dev/src/gui/gui.pro.-

      You are talking obviously about Qt4 here.

      I actually don't know if there is OpenGL ES support in Qt4 other than for the WindowsCE platform.

      1 Reply Last reply
      0
      • V Offline
        V Offline
        vahmurka
        wrote on last edited by
        #3

        Ok. I've switched to Qt5. Compilations succeeded. I've taked about QT 4.8

        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