Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Solved Including QOpenGLFunctions

    Installation and Deployment
    qopenglfunction opengl
    2
    3
    2094
    Loading More Posts
    • 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.
    • vevenom
      vevenom last edited by vevenom

      Hi,

      I am new to qt and I have just received a qt project which uses OpenGL. Now, after creating the makefile through the given .pro file and compiling, I am getting errors saying that :

      fatal error: QOpenGLFunctions: No such file or directory
      #include <QOpenGLFunctions>

      I have also looked inside of /usr/include/qt4/QtOpenGL directory and cannot find such file at
      all. Was the "QOpenGLFunctions" changed in the newer versions of qt? Can any of you give me
      some hints into what to do next.

      Thanks.

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        QOpenGLFunctions is a new class of Qt 5. You should in any case start with Qt 5. Qt 4 has seen it's last release last year and there won't be anymore unless security fixes are needed.

        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 Reply Quote 0
        • vevenom
          vevenom last edited by

          Thanks for the answer. This solved it for me.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post