added objects

minor changes
This commit is contained in:
k-a-z-u
2018-04-03 16:13:44 +02:00
parent bb957e119a
commit c4b07dcee6
5 changed files with 341 additions and 5 deletions

View File

@@ -6,7 +6,8 @@
QT += core gui opengl
CONFIG += c++11 -g3 -O0
CONFIG += c++17 -g3 -O0
LIBS += -lstdc++fs
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets svg
@@ -16,13 +17,13 @@ TEMPLATE = app
DEFINES += WITH_ASSERTIONS
DEFINES += WITH_DEBUG_LOG
INCLUDEPATH += \
../
SOURCES += \
lib/gpc/gpc.cpp \
main.cpp \
MainWindow.cpp \
MainController.cpp \
@@ -172,7 +173,7 @@ HEADERS += MainWindow.h \
mapview/3D/grid/GridModel.h \
mapview/3D/grid/GridRenderer.h \
mapview/3D/grid/MyNode.h \
mapview/3D/navMesh/NavMeshModel.h \
mapview/3D/navMesh/NavMeshModel.h \
mapview/3D/navMesh/NavMeshRenderer.h \
mapview/3D/navMesh/QNavMeshSettings.h \
mapview/3D/misc/TriangleData.h \