Base OGLContext + Qt impl.

This commit is contained in:
Dmitry Kunin 2013-12-25 14:41:07 +03:00 committed by Alex Zolotarev
parent 79b167da18
commit 80a20db133
2 changed files with 1 additions and 6 deletions

View file

@ -17,7 +17,7 @@ include($$ROOT_DIR/common.pri)
DRAPE_DIR = .
include($$DRAPE_DIR/drape_common.pri)
SOURCES += glfunctions.cpp \
SOURCES += glfunctions.cpp
OTHER_FILES += \
shaders/simple_vertex_shader.vsh \
@ -25,6 +25,3 @@ OTHER_FILES += \
shaders/texturing_vertex_shader.vsh \
shaders/shader_index.txt \
shaders/texturing_fragment_shader.fsh
HEADERS += \
oglcontextfactory.hpp

View file

@ -24,14 +24,12 @@ HEADERS += \
mainwindow.hpp \
glwidget.hpp \
qtoglcontext.hpp \
qtoglcontextfactory.hpp
SOURCES += \
mainwindow.cpp \
main.cpp \
glwidget.cpp \
qtoglcontext.cpp \
qtoglcontextfactory.cpp
FORMS += \
mainwindow.ui