worked on OpenGL ES

This commit is contained in:
2016-07-15 16:39:38 +02:00
parent 719a66937e
commit 69dfbe6693
10 changed files with 319 additions and 53 deletions

View File

@@ -3,8 +3,8 @@ TEMPLATE = app
QT += qml opengl
# android?
QT += androidextras sensors
DEFINES += ANDROID
#QT += androidextras sensors
#DEFINES += ANDROID
CONFIG += c++11
@@ -21,7 +21,8 @@ OTHER_FILES += \
SOURCES += \
main.cpp \
map/MapView.cpp
map/MapView.cpp \
map/Geometry.cpp
RESOURCES += qml.qrc
@@ -51,7 +52,10 @@ HEADERS += \
misc/Debug.h \
misc/fixc11.h \
sensors/dummy/WiFiSensorDummy.h \
map/MapView.h
map/MapView.h \
map/Geometry.h
DISTFILES += \
android-sources/src/MyActivity.java
android-sources/src/MyActivity.java \
res/gl/vertex1.glsl \
res/gl/fragment1.glsl