rodlie / qtfm

Qt File Manager
https://qtfm.eu
GNU General Public License v2.0
156 stars 43 forks source link

Question regarding lib #137

Closed jubalh closed 5 years ago

jubalh commented 5 years ago

Just a friendly reminder :-)

Seems like you intend to put some code in a lib soon. Looks like you would name it libfm, if I'm not mistaken. Are you aware that there is already a lib with that name? There is libfm and libfm-qt.

rodlie commented 5 years ago

The library in 6.2+ is called libQtFM and the default (release) build option is static. If you build as debug then it will default to shared library.

You can enable shared library in release build with CONFIG+=sharedlib

jubalh commented 5 years ago

Great. Thanks!