2011-04-27 10:05:43 +00:00
|
|
|
HEADERS = glwidget.h \
|
|
|
|
window.h
|
|
|
|
SOURCES = glwidget.cpp \
|
|
|
|
main.cpp \
|
|
|
|
window.cpp
|
2014-08-02 17:42:15 +00:00
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
RESOURCES = textures.qrc
|
2014-08-02 17:42:15 +00:00
|
|
|
|
2020-02-04 10:47:39 +00:00
|
|
|
QT += widgets opengl openglwidgets
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
# install
|
2012-11-26 13:04:31 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/textures
|
2012-11-27 19:40:16 +00:00
|
|
|
INSTALLS += target
|