# This file is generated automatically. Do not edit.
# Use project properties -> Build -> Qt -> Expert -> Custom Definitions.
TEMPLATE = app
DESTDIR = dist/Debug/GNU-Linux-x86
TARGET = Qt_Kitti_jorge
VERSION = 1.0.0
CONFIG -= debug_and_release app_bundle lib_bundle
CONFIG += link_pkgconfig debug 
PKGCONFIG += opencv
QT = core gui
SOURCES += BatchProcessing.cpp KittiForm.cpp geometry.cpp munkres.cpp newmain.cpp poseEstimation.cpp sampling.cpp src/CpuTime.cpp src/PclPointCloud.cpp src/Stereo.cpp src/camera.cpp src/operations.cpp
HEADERS += BatchProcessing.h KittiForm.h bodyPart.h colormap.hpp geometry.h h/CpuTime.h h/PclPointCloud.h h/Stereo.h h/camera.h h/operations.h matrix.h munkres.h pedestrianModel.h poseEstimation.h rapidxml.hpp rapidxml_iterators.hpp rapidxml_print.hpp rapidxml_utils.hpp sampling.h
FORMS += BatchProcessing.ui KittiForm.ui
RESOURCES +=
TRANSLATIONS +=
OBJECTS_DIR = build/Debug/GNU-Linux-x86
MOC_DIR = 
RCC_DIR = 
UI_DIR = 
QMAKE_CC = gcc
QMAKE_CXX = g++
DEFINES += 
INCLUDEPATH += /usr/local/include /usr/include/pcl-1.7 /usr/include/eigen3 /usr/include/vtk-5.8 h /usr/include/qt4/QtDeclarative 
LIBS += -lpcl_common -lpcl_features -lpcl_filters -lpcl_io -lpcl_io_ply -lpcl_kdtree -lpcl_keypoints -lpcl_octree -lpcl_registration -lpcl_sample_consensus -lpcl_search -lpcl_segmentation -lpcl_surface -lpcl_tracking -lpcl_visualization -lboost_system -lboost_thread -lboost_filesystem -lvtkCharts -lvtkCommon -lvtkDICOMParser -lvtkFiltering -lvtkGenericFiltering -lvtkGeovis -lvtkGraphics -lvtkHybrid -lvtkIO -lvtkImaging -lvtkInfovis -lvtkParallel -lvtkQtChart -lvtkRendering -lvtkViews -lvtkVolumeRendering -lvtkWidgets -lvtkalglib -lvtkexoIIc -lvtkftgl -lvtkmetaio -lvtkproj4 -lvtksys -lvtkverdict -lQtDeclarative -lgsl -lgslcblas -lm  
