Refactoring meshlab common files. Created a 'common' directory with the shared pieces of code. Most of the pro/pri files have been changed. A rebuild all is strongly suggested...

* forgot the most important file. Doh!
This commit is contained in:
Paolo Cignoni cignoni 2009-11-23 12:43:04 +00:00
parent 105de2ad2b
commit 36654b3e4d

4
src/sharedfilter.pri Normal file
View File

@ -0,0 +1,4 @@
include (./shared.pri)
SOURCES += ../../common/filterparameter.cpp
HEADERS += ../../common/filterparameter.h