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:
authorDmitry Kunin <dkunin@mapswith.me>2013-12-25 15:41:07 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:09:23 +0300
commit1fb2f88afd9c14d2d38e0d8c1c4248690415768d (patch)
tree62de89cf6fe536011f6d13b64cfbc84240f5bc40 /drape_head/drape_head.pro
parent77cac309a21bbedca019530b581e5c99d6d71ea5 (diff)
Base OGLContext + Qt impl.
Diffstat (limited to 'drape_head/drape_head.pro')
-rw-r--r--drape_head/drape_head.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/drape_head/drape_head.pro b/drape_head/drape_head.pro
index 2db081c1f1..3f90e8f1dc 100644
--- a/drape_head/drape_head.pro
+++ b/drape_head/drape_head.pro
@@ -7,7 +7,7 @@ include($$ROOT_DIR/common.pri)
TARGET = DrapeHead
TEMPLATE = app
CONFIG += warn_on
-QT *= core widgets gui opengl
+QT *= core widgets gui
win32* {
LIBS += -lopengl32 -lws2_32 -lshell32 -liphlpapi
@@ -22,12 +22,14 @@ win32*|linux* {
HEADERS += \
mainwindow.hpp \
- glwidget.hpp
+ glwidget.hpp \
+ qtoglcontext.hpp \
SOURCES += \
mainwindow.cpp \
main.cpp \
- glwidget.cpp
+ glwidget.cpp \
+ qtoglcontext.cpp \
FORMS += \
mainwindow.ui