qt6windows7/examples/opengl/textures/textures.pro
2023-10-29 23:33:08 +01:00

14 lines
289 B
Prolog

HEADERS = glwidget.h \
window.h
SOURCES = glwidget.cpp \
main.cpp \
window.cpp
RESOURCES = textures.qrc
QT += widgets opengl openglwidgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/textures
INSTALLS += target