worked on OpenGL ES
This commit is contained in:
14
yasmin.pro
14
yasmin.pro
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user