mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 01:24:36 +00:00
fix qmake builds
This commit is contained in:
parent
ff350d700f
commit
d940ea4e72
@ -55,6 +55,9 @@ HEADERS += \
|
||||
ml_document/mesh_document.h \
|
||||
ml_document/raster_model.h \
|
||||
ml_document/render_raster.h \
|
||||
ml_shared_data_context/ml_plugin_gl_context.h \
|
||||
ml_shared_data_context/ml_scene_gl_shared_data_context.h \
|
||||
ml_shared_data_context/ml_shared_data_context.h \
|
||||
parameters/rich_parameter_list.h \
|
||||
parameters/value.h \
|
||||
parameters/rich_parameter.h \
|
||||
@ -66,7 +69,6 @@ HEADERS += \
|
||||
mlexception.h \
|
||||
mlapplication.h \
|
||||
meshlabdocumentxml.h \
|
||||
ml_shared_data_context.h \
|
||||
ml_selection_buffers.h \
|
||||
meshlabdocumentxml.h
|
||||
|
||||
@ -84,6 +86,9 @@ SOURCES += \
|
||||
ml_document/mesh_document.cpp \
|
||||
ml_document/raster_model.cpp \
|
||||
ml_document/render_raster.cpp \
|
||||
ml_shared_data_context/ml_plugin_gl_context.cpp \
|
||||
ml_shared_data_context/ml_scene_gl_shared_data_context.cpp \
|
||||
ml_shared_data_context/ml_shared_data_context.cpp \
|
||||
parameters/rich_parameter.cpp \
|
||||
parameters/rich_parameter_list.cpp \
|
||||
parameters/value.cpp \
|
||||
@ -94,7 +99,6 @@ SOURCES += \
|
||||
searcher.cpp \
|
||||
meshlabdocumentxml.cpp \
|
||||
meshlabdocumentbundler.cpp \
|
||||
ml_shared_data_context.cpp \
|
||||
ml_selection_buffers.cpp \
|
||||
$$MESHLAB_EXTERNAL_DIRECTORY/easyexif/exif.cpp
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user