Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Using Point Cloud Library (PCL) 1.6 with QT?
Forum Updated to NodeBB v4.3 + New Features

Using Point Cloud Library (PCL) 1.6 with QT?

Scheduled Pinned Locked Moved 3rd Party Software
3 Posts 3 Posters 4.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    GeoB
    wrote on last edited by
    #1

    Hello, excuse me if this is not the right forum as this is quite a beginner level question/problem.

    I am new to C++ and QTcreator, my experience is mostly in Java :P and Eclipse, I have to develop a point cloud editor using the Point Cloud Library and I have decided QT is the IDE for me in C++. I am working in Ubuntu 12.10 and I can't seem to get even the PCL tutorials to work as the compiler can't find the headers/library files, I'm pretty sure I installed pcl 1.6 without a hitch.

    As I understand it .so files are the .dll equivalent, most of the questions on the net deal with dll and have paths that don't map in any way to Linux, so I should add them they are in usr/lib but I've seen another suggestion that I should add the pcl files from /usr/include/ which QT won;t recognize as library files and I don't think the intention is to add every .h separately.

    I should mention that I'm adding files to the .pro by literally going inside of it and clicking then selecting through the interface the .so files from usr/lib yet I still get the same error that the headers are not found.

    If there is a video on adding external libraries sorry I could not find it, also please try and keep your sugestions using qmake as I have no experience with cmake either.

    1 Reply Last reply
    0
    • F Offline
      F Offline
      franku
      wrote on last edited by
      #2

      Your question is a bit confusing. Try to learn about:

      • what are .h (header)-files?
      • what are .so, .dll and .a -files?
      • compiling C++ files
      • linking C++ files and libraries together to an application
      • do this with makefiles
      • do this with qmake
      • do this with QtCreator

      Sadly there is no kind answer or video that solves it all (like '42' in some sience fiction saga).

      :-)

      Feel free to come back and ask questions.

      This, Jen, is the internet.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        maddy1445
        wrote on last edited by
        #3

        HI I AM NEW QT AND PCL CAN ANY ONE TELL ME HOW TO CONNECT QT AND PCL

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved