Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2013-12-25 16:35:39 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:09:25 +0300
commitfb3d4af09cc169fb8f8d620e617dd7df6ff21bb2 (patch)
tree054b1d13e3cfe72b91c8c1918e411183fedd42c9 /drape_head/drape_head.pro
parent80a20db13396a10a9f06ccd06d574bc0e8ed5ebc (diff)
use pure OpenGL rendering with Qt instead of QGLWidget
Diffstat (limited to 'drape_head/drape_head.pro')
-rw-r--r--drape_head/drape_head.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/drape_head/drape_head.pro b/drape_head/drape_head.pro
index 3f90e8f1dc..bdf0f9f767 100644
--- a/drape_head/drape_head.pro
+++ b/drape_head/drape_head.pro
@@ -24,12 +24,13 @@ HEADERS += \
mainwindow.hpp \
glwidget.hpp \
qtoglcontext.hpp \
+ qtoglcontextfactory.hpp \
+ drape_surface.hpp \
SOURCES += \
mainwindow.cpp \
main.cpp \
glwidget.cpp \
qtoglcontext.cpp \
-
-FORMS += \
- mainwindow.ui
+ qtoglcontextfactory.cpp \
+ drape_surface.cpp \