openGL work and other parts
This commit is contained in:
12
yasmin.pro
12
yasmin.pro
@@ -22,7 +22,9 @@ OTHER_FILES += \
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
map/MapView.cpp \
|
||||
map/Geometry.cpp
|
||||
map/Geometry.cpp \
|
||||
lib/gpc/gpc.cpp \
|
||||
../Indoor/lib/tinyxml/tinyxml2.cpp
|
||||
|
||||
RESOURCES += qml.qrc
|
||||
|
||||
@@ -40,6 +42,7 @@ INSTALLS += target
|
||||
# android-sources/src/WiFi.java
|
||||
|
||||
HEADERS += \
|
||||
lib/gpc/gpc.h \
|
||||
sensors/linux/WiFiSensorLinux.h \
|
||||
sensors/android/WiFiSensorAndroid.h \
|
||||
sensors/StepSensor.h \
|
||||
@@ -53,7 +56,12 @@ HEADERS += \
|
||||
misc/fixc11.h \
|
||||
sensors/dummy/WiFiSensorDummy.h \
|
||||
map/MapView.h \
|
||||
map/Geometry.h
|
||||
map/Geometry.h \
|
||||
map/FloorRenderer.h \
|
||||
map/Ground.h \
|
||||
lib/gpc/Polygon.h \
|
||||
map/GL.h \
|
||||
Stairs.h
|
||||
|
||||
DISTFILES += \
|
||||
android-sources/src/MyActivity.java \
|
||||
|
||||
Reference in New Issue
Block a user