mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
Added folders and pro for fgt projects
This commit is contained in:
parent
dc06004906
commit
8285855726
10
src/fgt/filter_break/filter_break.pro
Normal file
10
src/fgt/filter_break/filter_break.pro
Normal file
@ -0,0 +1,10 @@
|
||||
include (../../shared.pri)
|
||||
|
||||
HEADERS = filter_dirt.h
|
||||
SOURCES = filter_dirt.cpp \
|
||||
../../meshlab/filterparameter.cpp\
|
||||
$$GLEWCODE
|
||||
TARGET = filter_dirt
|
||||
TEMPLATE = lib
|
||||
QT += opengl
|
||||
CONFIG += plugin
|
||||
10
src/fgt/filter_csg/filter_csg.pro
Normal file
10
src/fgt/filter_csg/filter_csg.pro
Normal file
@ -0,0 +1,10 @@
|
||||
include (../../shared.pri)
|
||||
|
||||
HEADERS = filter_dirt.h
|
||||
SOURCES = filter_dirt.cpp \
|
||||
../../meshlab/filterparameter.cpp\
|
||||
$$GLEWCODE
|
||||
TARGET = filter_dirt
|
||||
TEMPLATE = lib
|
||||
QT += opengl
|
||||
CONFIG += plugin
|
||||
10
src/fgt/filter_fractal/filter_fractal.pro
Normal file
10
src/fgt/filter_fractal/filter_fractal.pro
Normal file
@ -0,0 +1,10 @@
|
||||
include (../../shared.pri)
|
||||
|
||||
HEADERS = filter_dirt.h
|
||||
SOURCES = filter_dirt.cpp \
|
||||
../../meshlab/filterparameter.cpp\
|
||||
$$GLEWCODE
|
||||
TARGET = filter_dirt
|
||||
TEMPLATE = lib
|
||||
QT += opengl
|
||||
CONFIG += plugin
|
||||
10
src/fgt/filter_physics/filter_physics.pro
Normal file
10
src/fgt/filter_physics/filter_physics.pro
Normal file
@ -0,0 +1,10 @@
|
||||
include (../../shared.pri)
|
||||
|
||||
HEADERS = filter_dirt.h
|
||||
SOURCES = filter_dirt.cpp \
|
||||
../../meshlab/filterparameter.cpp\
|
||||
$$GLEWCODE
|
||||
TARGET = filter_dirt
|
||||
TEMPLATE = lib
|
||||
QT += opengl
|
||||
CONFIG += plugin
|
||||
10
src/fgt/filter_ssynth/filter_ssynth.pro
Normal file
10
src/fgt/filter_ssynth/filter_ssynth.pro
Normal file
@ -0,0 +1,10 @@
|
||||
include (../../shared.pri)
|
||||
|
||||
HEADERS = filter_dirt.h
|
||||
SOURCES = filter_dirt.cpp \
|
||||
../../meshlab/filterparameter.cpp\
|
||||
$$GLEWCODE
|
||||
TARGET = filter_dirt
|
||||
TEMPLATE = lib
|
||||
QT += opengl
|
||||
CONFIG += plugin
|
||||
Loading…
x
Reference in New Issue
Block a user