forked from organicmaps/organicmaps
Base OGLContext + Qt impl.
This commit is contained in:
parent
79b167da18
commit
80a20db133
2 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue