-
-
Notifications
You must be signed in to change notification settings - Fork 31
cannot locate libqgis_core and libqgis_gui #48
Comments
Hi Denis, The main API libraries
Not sure if the other .dylibs should be converted to frameworks as well. There are pros/cons. I am currently working on a new |
Hi Larry, |
Hi Denis, If you can give more feedback on how you are intending to link to the frameworks, i.e. just for building and testing, or for distribution packaging, that would help determine what may work for you right now. Using the already-bundled frameworks may be advantageous or not depending upon your needs. You can contact me directly via my QGIS Dev mailing list email address, if needed. |
Hi Larry, I am trying to compile QField in Mac. @m-kuhn pointed me to Qt doc on using frameworks. But I had no luck trying:
Do you have any hint regarding this? |
I cannot find the libraries core and gui installed anywhere.
ls /usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/lib/
It's the same if manually built or in 2.18 package.
I tried to play with
QGIS_MACAPP_BUNDLE
without success.Is this because of static linking?
The text was updated successfully, but these errors were encountered: