This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
IndoorMap/IndoorMap.pro
kazu 535e410ae9 added new param-editing to APs and Beacons
changed drawing for better debuging
changed layer editing
option to add and delete layers
some minor changes
2016-11-29 21:31:20 +01:00

145 lines
3.9 KiB
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2016-03-27T13:14:56
#
#-------------------------------------------------
QT += core gui opengl
CONFIG += c++11 -g3 -O0
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets svg
TARGET = IndoorMap
TEMPLATE = app
DEFINES += WITH_ASSERTIONS
DEFINES += WITH_DEBUG_LOG
INCLUDEPATH += \
../
SOURCES += \
lib/gpc/gpc.cpp \
main.cpp \
MainWindow.cpp \
MainController.cpp \
mapview/2D/tools/ToolSelector.cpp \
mapview/2D/tools/Tool.cpp \
mapview/MapView2D.cpp \
params/ElementParamWidget.cpp \
params/LayerParamWidget.cpp \
params/ActionWidget.cpp \
params/ToolBox.cpp \
mapview/model/MapModel.cpp \
tree/MapTreeModel.cpp \
mapview/3D/MapView3D.cpp \
params/StairBuilder.cpp \
mapview/2D/tools/Tools.cpp \
params/LayerTree.cpp
HEADERS += MainWindow.h \
mapview/model/MapLayer.h \
mapview/model/MapModel.h \
tree/MapTreeModel.h \
MainController.h \
mapview/model/MapLayers.h \
params/ElementParamWidget.h \
params/LayerParamWidget.h \
params/ActionWidget.h \
params/ToolBoxWidget.h \
UIHelper.h \
mapview/model/MapModelElement.h \
mapview/model/IHasAttributes.h \
mapview/model/IHasMAC.h \
mapview/model/IHasMaterial.h \
mapview/model/IHasName.h \
mapview/model/IHasObstacleType.h \
mapview/model/IHasPosition3D.h \
mapview/2D/MV2DElementFloorObstacleLine.h \
mapview/2D/MV2DElement.h \
mapview/2D/MV2DElementFloorOutlinePolygon.h \
mapview/2D/MV2DElementBeacon.h \
mapview/2D/MV2DElementAccessPoint.h \
mapview/2D/MV2DElementFloorObstacleCircle.h \
mapview/2D/MapViewElementHelper.h \
mapview/2D/MV2DElementFloorUnderlay.h \
mapview/2D/MV2DElementPOI.h \
mapview/2D/MV2DElementStair.h \
mapview/2D/tools/ToolMoveMap.h \
mapview/2D/tools/Tools.h \
mapview/2D/tools/ToolRuler.h \
mapview/2D/tools/ToolMapZoom.h \
mapview/2D/tools/ToolSelector.h \
mapview/2D/tools/ToolMapGrid.h \
mapview/2D/tools/Tool.h \
mapview/model/MMFloorObstacleCircle.h \
mapview/model/MMFloorObstacleLine.h \
mapview/model/MMFloorOutlinePolygon.h \
mapview/model/MMFloor.h \
mapview/model/MMFloors.h \
mapview/model/MMFloorObstacles.h \
mapview/model/MMFloorOutline.h \
mapview/model/MMRoot.h \
mapview/model/MMFloorAccessPoint.h \
mapview/model/MMFloorBeacon.h \
mapview/model/MMFloorAccessPoints.h \
mapview/model/MMFloorBeacons.h \
mapview/model/IHasFile.h \
mapview/model/MMFloorUnderlayImage.h \
mapview/model/IHasParams.h \
mapview/model/MMFloorUnderlays.h \
mapview/model/MMFloorPOIs.h \
mapview/model/MMFloorPOI.h \
mapview/3D/MapView3D.h \
mapview/3D/MV3DElement.h \
mapview/3D/MV3DElementFloorObstacleWall.h \
mapview/3D/MV3DElementFloorObstaclePillar.h \
mapview/3D/MV3DElementAccessPoint.h \
mapview/3D/misc/Cube.h \
mapview/3D/MV3DElementFloorOutlinePolygon.h \
mapview/3D/MV3DElementFloorOutline.h \
mapview/3D/misc/Polygon.h \
mapview/grid/MapView3DGrid.h \
mapview/grid/MapModelGrid.h \
mapview/3DGrid/GridModel.h \
mapview/3DGrid/GridRenderer.h \
mapview/3DGrid/MyNode.h \
mapview/3D/MV3DElementStair.h \
mapview/model/MMFloorStair.h \
mapview/model/MMFloorStairs.h \
params/StairBuilder.h \
misc/GnuplotExport.h \
exp.h \
ray.h \
mapview/model/MMFloorObstacleDoor.h \
mapview/elements/MV2DElementFloorObstacleDoor.h \
mapview/model/IHasDoorType.h \
mapview/3D/MV3DElementFloorObstacleDoor.h \
mapview/3D/misc/Plane.h \
mapview/elements/HasMoveableNodes.h \
mapview/2D/MapView2D.h \
mapview/2D/Painter.h \
mapview/2D/Scaler.h \
mapview/2D/MV2DElementElevator.h \
mapview/model/MMFloorElevators.h \
mapview/model/MMFloorElevator.h \
params/LayerTree.h \
params/EditFields.h
FORMS += MainWindow.ui
SOURCES += \
../Indoor/lib/tinyxml/tinyxml2.cpp
RESOURCES += \
res.qrc
DISTFILES += \
res/icons/polygon.svg