

Qt Components
Qt Widgets

Simple Object Inspector
Qt Widgets by Fregloin 2 comments
Hi, you have to edit pro file and set your own pathers for build and link library.
for example: in file objectinspector.pro you have to set DLLDESTDIR variable, like this
DLLDESTDIR = /home/user/library_dir
And in demo.pro
LIBS += -L/home/user/library_dir -lobjectinspector_1
When you will do it, just make qmake and rebuild. It must work. - Dec 17 2013
for example: in file objectinspector.pro you have to set DLLDESTDIR variable, like this
DLLDESTDIR = /home/user/library_dir
And in demo.pro
LIBS += -L/home/user/library_dir -lobjectinspector_1
When you will do it, just make qmake and rebuild. It must work. - Dec 17 2013