~ubuntu-branches/ubuntu/lucid/meshlab/lucid

« back to all changes in this revision

Viewing changes to meshlab/src/meshlabplugins/filter_feature_alignment/filter_feature_alignment.pro

  • Committer: Bazaar Package Importer
  • Author(s): Teemu Ikonen
  • Date: 2009-10-08 16:40:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091008164041-0c2ealqv8b8uc20c
Tags: 1.2.2-1
* New upstream version
* Do not build filter_isoparametrization because liblevmar dependency
  is not (yet) in Debian
* Fix compilation with gcc-4.4, thanks to Jonathan Liu for the patch
  (closes: #539544)
* rules: Add compiler variables to the qmake call (for testing with new
  GCC versions)
* io_3ds.pro: Make LIBS and INCLUDEPATH point to Debian version of lib3ds
* io_epoch.pro: Make LIBS point to Debian version of libbz2
* control:
  - Move Homepage URL to the source package section
  - Update to standards-version 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include (../../shared.pri)
 
2
ANNDIR = ../../external/ann_1.1.1
 
3
INCLUDEPATH += $$ANNDIR/include
 
4
LIBS += -L$$ANNDIR/lib \
 
5
    -lANN
 
6
QT += opengl
 
7
QT += xml
 
8
HEADERS = ../../meshlab/interfaces.h \
 
9
    ../../meshlab/meshmodel.h \
 
10
    ../filter_mls/apss.h \
 
11
    ../filter_mls/priorityqueue.h \
 
12
    ../filter_mls/balltree.h \
 
13
    ../filter_mls/implicits.h \
 
14
    ../filter_mls/mlssurface.h \
 
15
    ../filter_mls/kdtree.h \
 
16
    ../filter_mls/mlsutils.h \
 
17
    filter_feature_alignment.h \
 
18
    feature_alignment.h \
 
19
    feature_rgb.h \
 
20
    feature_msc.h
 
21
SOURCES = filter_feature_alignment.cpp \
 
22
    ../filter_mls/apss.cpp \
 
23
    ../filter_mls/balltree.cpp \
 
24
    ../filter_mls/apss.tpp \
 
25
    ../filter_mls/kdtree.cpp \
 
26
    ../filter_mls/mlssurface.tpp \
 
27
    ../../meshlab/filterparameter.cpp \
 
28
    ../../meshlab/meshmodel.cpp \
 
29
    ../edit_pickpoints/pickedPoints.cpp \
 
30
    $$GLEWCODE
 
31
TARGET = filter_feature_alignment
 
32
CONFIG += opengl