mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-16 12:39:00 +02:00
Work In Progress
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user