Work In Progress

This commit is contained in:
baydam
2016-02-29 16:44:26 +00:00
parent 5fe89ab9ac
commit 17a64fdade
20 changed files with 641 additions and 163 deletions

View File

@@ -2,7 +2,7 @@ CONFIG += qt debug c++11
TEMPLATE = app
VERSION = 0.3.2
TARGET = mapmap
QT += gui opengl xml
QT += gui opengl xml core
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets core
DEFINES += UNICODE QT_THREAD_SUPPORT QT_CORE_LIB QT_GUI_LIB
@@ -17,6 +17,8 @@ HEADERS = \
MainApplication.h \
MainWindow.h \
MappingGui.h \
MappingItemDelegate.h \
MappingListModel.h \
MapperGLCanvas.h \
Mapping.h \
MappingManager.h \
@@ -56,6 +58,8 @@ SOURCES = \
MainApplication.cpp \
MainWindow.cpp \
MappingGui.cpp \
MappingItemDelegate.cpp \
MappingListModel.cpp \
MapperGLCanvas.cpp \
Mapping.cpp \
MappingManager.cpp \