Need help with building Qtpropertybrowser
-
I installed qt msvc_x64 but I don't see qtpropertybrowser compiled. I download the source code from qt maintenance tools which happens to be on
https://github.com/qt/qttools/tree/dev/src/shared/qtpropertybrowserBut there is no instruction on how to build this particular qtpropertybrowser? Any ideas?
-
Hi and welcome to devnet,
This is not a project, it's a set of classes that are reused by other projects in the upper folders. They are located in the shared folder for that reason.
-
Hi, Thank you for replying.
I thought I could use this one but doesn't seem to work
https://github.com/qtproject/qt-solutions/tree/master/qtpropertybrowser/srcWhich lib or include header would I need to use the property browser then?
-
Hi, Thank you for replying.
I thought I could use this one but doesn't seem to work
https://github.com/qtproject/qt-solutions/tree/master/qtpropertybrowser/srcWhich lib or include header would I need to use the property browser then?
If you take the qttools sources, you'll see that the classes are included directly in the projects using them.