qt5base-lts/examples/opengl/legacy/pbuffers2/pbuffers2.pro

12 lines
310 B
Prolog
Raw Normal View History

QT += opengl svg widgets
HEADERS += glwidget.h
SOURCES += glwidget.cpp main.cpp
RESOURCES += pbuffers2.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/legacy/pbuffers2
INSTALLS += target
qtConfig(opengles.|angle|dynamicgl): error("This example requires Qt to be configured with -opengl desktop")