qt6windows7/examples/opengl/textures/textures.pro

14 lines
289 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
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