mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
12 lines
209 B
Prolog
12 lines
209 B
Prolog
QT += opengl
|
|
|
|
HEADERS = $$PWD/glwindow.h
|
|
|
|
SOURCES = $$PWD/glwindow.cpp \
|
|
$$PWD/main.cpp
|
|
|
|
RESOURCES += computegles31.qrc
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/computegles31
|
|
INSTALLS += target
|