Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. C++ Gurus
  4. qt opengl tree
Forum Updated to NodeBB v4.3 + New Features

qt opengl tree

Scheduled Pinned Locked Moved C++ Gurus
8 Posts 2 Posters 2.5k Views 2 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.
  • A Offline
    A Offline
    adnan shahid
    wrote on last edited by
    #1

    I am working on the qt opengl application for drawing a tree and getting the following error.
    Any idea would be appreciated.
    :-1: error: No rule to make target 'debugwidgetbase.ui', needed by 'ui_debugwidgetbase.h'. Stop.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mcosta
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      could you post your code??
      Seems you have some dependency from debugwidgetbase.ui but this file does not exist

      Once your problem is solved don't forget to:

      • Mark the thread as SOLVED using the Topic Tool menu
      • Vote up the answer(s) that helped you to solve the issue

      You can embed images using (http://imgur.com/) or (http://postimage.org/)

      1 Reply Last reply
      0
      • A Offline
        A Offline
        adnan shahid
        wrote on last edited by
        #3

        sorry and thanks for reply.
        actually i am using http://qt-apps.org/content/show.php?action=content&content=133597
        project and using files tree.cpp and tree.h to draw trees as in output of the directory in the binay files.
        i added the two files and modify the .pro file using the function given in the project and get the following error.

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mcosta
          wrote on last edited by
          #4

          Hi,

          are you building the whole project or want you use only the tree.h and tree.cpp files?
          How do you modified the .pro file?

          Once your problem is solved don't forget to:

          • Mark the thread as SOLVED using the Topic Tool menu
          • Vote up the answer(s) that helped you to solve the issue

          You can embed images using (http://imgur.com/) or (http://postimage.org/)

          A 1 Reply Last reply
          0
          • M mcosta

            Hi,

            are you building the whole project or want you use only the tree.h and tree.cpp files?
            How do you modified the .pro file?

            A Offline
            A Offline
            adnan shahid
            wrote on last edited by
            #5

            i am using only the tree.h and tree.cpp files only.
            i copying all the .pro functions to the existing .pro file.
            thanks

            1 Reply Last reply
            0
            • A Offline
              A Offline
              adnan shahid
              wrote on last edited by
              #6

              i am using windows

              1 Reply Last reply
              0
              • M Offline
                M Offline
                mcosta
                wrote on last edited by
                #7

                Hi,

                I don't know if you can use the tree.h/tree.cpp files without the whole library.
                You have to check your .pro file

                Once your problem is solved don't forget to:

                • Mark the thread as SOLVED using the Topic Tool menu
                • Vote up the answer(s) that helped you to solve the issue

                You can embed images using (http://imgur.com/) or (http://postimage.org/)

                A 1 Reply Last reply
                0
                • M mcosta

                  Hi,

                  I don't know if you can use the tree.h/tree.cpp files without the whole library.
                  You have to check your .pro file

                  A Offline
                  A Offline
                  adnan shahid
                  wrote on last edited by
                  #8

                  please note that i am overriding tree with glwidget.
                  you can view the source code here that i am trying to build.
                  thanks
                  http://wikisend.com/download/978076/mainwindow.zip

                  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