added objects
minor changes
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user