mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 22:48:27 +08:00
17 lines
270 B
Prolog
17 lines
270 B
Prolog
|
TEMPLATE = app
|
||
|
TARGET = qopenglwindow
|
||
|
INCLUDEPATH += .
|
||
|
QT += opengl
|
||
|
|
||
|
RESOURCES += shaders.qrc
|
||
|
|
||
|
SOURCES += \
|
||
|
main.cpp \
|
||
|
background_renderer.cpp
|
||
|
|
||
|
HEADERS += \
|
||
|
background_renderer.h
|
||
|
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/qopenglwindow
|
||
|
INSTALLS += target
|