Files
qt5.12.8/examples/opengl/cube/cube.pro
2025-08-26 22:57:23 +08:00

23 lines
323 B
Prolog

QT += core gui widgets
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