view_pcdmap.pro 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. QT -= gui
  2. CONFIG += c++11 console
  3. CONFIG -= app_bundle
  4. QMAKE_LFLAGS += -no-pie
  5. # The following define makes your compiler emit warnings if you use
  6. # any feature of Qt which as been marked deprecated (the exact warnings
  7. # depend on your compiler). Please consult the documentation of the
  8. # deprecated API in order to know how to port your code away from it.
  9. DEFINES += QT_DEPRECATED_WARNINGS
  10. QMAKE_LFLAGS += -no-pie
  11. # You can also make your code fail to compile if you use deprecated APIs.
  12. # In order to do so, uncomment the following line.
  13. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  14. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  15. SOURCES += main.cpp
  16. INCLUDEPATH += /opt/ros/kinetic/include
  17. INCLUDEPATH += /usr/include/pcl-1.8
  18. INCLUDEPATH += /usr/include/pcl-1.7
  19. INCLUDEPATH += /usr/include/eigen3
  20. INCLUDEPATH += /usr/include/vtk-6.3
  21. INCLUDEPATH += /usr/include/vtk-6.2
  22. unix:LIBS += -lpcl_common\
  23. -lpcl_features\
  24. -lpcl_filters\
  25. -lpcl_io\
  26. -lpcl_io_ply\
  27. -lpcl_kdtree\
  28. -lpcl_keypoints\
  29. -lpcl_octree\
  30. -lpcl_outofcore\
  31. -lpcl_people\
  32. -lpcl_recognition\
  33. -lpcl_registration\
  34. -lpcl_sample_consensus\
  35. -lpcl_search\
  36. -lpcl_segmentation\
  37. -lpcl_surface\
  38. -lpcl_tracking\
  39. -lpcl_visualization
  40. #INCLUDEPATH += $$PWD/../../../include/
  41. #LIBS += -L$$PWD/../../../bin/ -lxmlparam -lmodulecomm -livlog -livfault
  42. LIBS += -lboost_system
  43. #LIBS += -lvtkCommonExecutionModel-6.3 -lvtkCommonCore-6.3 -lvtkRenderingLOD-6.3 -lvtkRenderingCore-6.3 \
  44. # -lvtkFiltersSources-6.3