Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Example framebufferobject2.pro can not be parsed
Qt 6.11 is out! See what's new in the release blog

Example framebufferobject2.pro can not be parsed

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 590 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    HEADERS += glwidget.h
    SOURCES += glwidget.cpp main.cpp
    RESOURCES += framebufferobject2.qrc

    QT += opengl widgets

    install

    target.path = $$[QT_INSTALL_EXAMPLES]/opengl/framebufferobject2
    INSTALLS += target

    contains(QT_CONFIG, opengles.) {
    contains(QT_CONFIG, angle):
    warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
    error("This example requires Qt to be configured with -opengl desktop")
    }

    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