qt6windows7/examples/opengl/cube/cube.pro

23 lines
338 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
QT += core gui widgets opengl openglwidgets
TARGET = cube
TEMPLATE = app
SOURCES += main.cpp
SOURCES += \
mainwidget.cpp \
geometryengine.cpp
HEADERS += \
mainwidget.h \
geometryengine.h
RESOURCES += \
shaders.qrc \
textures.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/cube
INSTALLS += target