qtbase-opensource-src/examples/opengl/cube/cube.pro

23 lines
323 B
Prolog
Raw Permalink Normal View History

2022-05-14 17:39:13 +08:00
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