Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Using Point Cloud Library (PCL) with Qt

    3rd Party Software
    4
    6
    8880
    Loading More Posts
    • 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.
    • N
      navi last edited by

      Hi
      I need to use PCL with my Qtcreator project, but I am clueless how to include the library in my project. I could run a simple PCL project to read PCL data using cmake from terminal.
      I need to use Qt for my masters project and need to sort this asap.
      Any help would be welcomed
      Thanks

      1 Reply Last reply Reply Quote 0
      • K
        koahnig last edited by

        welcome to devnet

        Qt creator is using .pro files for project setup. They have the qmake syntax. With the "LIBS":http://qt-project.org/doc/qt-5.0/qtdoc/qmake-variable-reference.html#libs setting you can add external libraries as you have to do,

        Otherwise you need to give a bit more information and post the .pro file and which library you like to add. Also you might search the forum, because somebody might have faced already your issues.

        Vote the answer(s) that helped you to solve your issue(s)

        1 Reply Last reply Reply Quote 0
        • N
          navi last edited by

          Hi
          Thanks for the reply... I did go through a few posts and have finally managed to get PCL working with QT...
          Though they are ample lot of troubles left for me to sort out , like using the shared pointers which pcl is using extensively...

          1 Reply Last reply Reply Quote 0
          • B
            borisan last edited by

            HI navi i'm try to install PCL with QT and OpenCV in Linux, do you have a tutorial, to do this.
            Any help would be welcomed
            Thanks

            1 Reply Last reply Reply Quote 0
            • 3
              3gfisch last edited by

              Hi
              same here, can you post the basic setup for PCL in Qt?
              thx

              1 Reply Last reply Reply Quote 0
              • 3
                3gfisch last edited by

                Hi
                same here, can you post the basic setup for PCL in Qt?
                thx

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post