qt opengl tree
-
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. -
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. -
Hi,
are you building the whole project or want you use only the
tree.h
andtree.cpp
files?
How do you modified the .pro file?i am using only the tree.h and tree.cpp files only.
i copying all the .pro functions to the existing .pro file.
thanks -
i am using windows
-
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 fileplease 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