MIJ MYled widget libPlugin not install properly
-
I'm unable to install the libMyled.so ... QTcreator read it but .pri file seems disappear .... some trik?
I've discharge these pro with libs ... https://www.dropbox.com/s/kfti0otv9ez9u28/Myleds.zip?dl=0&file_subpath=%2Fleds
-
You will need to provide more information. "Installing" the shared library has not much to do with Qt.
Using the shared library does, and for that we would need to see both the PRO/PRI files involved and the compiler/linker errors you receive. PRO/PRI files are read-only from the qmake perspective, so it seems unlikely that they are "disappearing."
-
This post is deleted!
-
@ChrisW67 you are in right ...i would use that library on qtdesigner as custom widget .... and would see every tips on designer about qled..... so i compile the libs and copy .so file on right istallation path of qt. At that time i can see .so file loaded on qt.creator plugin. But not possible to see that qled widget.
Problem was on qled.h ..... but not know right macro to add for reach my goal.