lirios / cmake-shared

:book: Shared CMake functions and macros
Other
8 stars 7 forks source link

Do not add 'lib' prefix to qml plugins when using MinGW #5

Closed luntik2012 closed 5 years ago

luntik2012 commented 5 years ago

Close https://github.com/lirios/fluid/issues/284

plfiorini commented 5 years ago

Can't test it but makes sense.

plfiorini commented 5 years ago

The same can probably be applied to a generic WIN32 but we can change it later testing on the platform.

luntik2012 commented 5 years ago

yes, that "if" is not necessary, because "lib*" plugins will not work on all platforms. UPD: tested with "if" on linux-gcc, linux-mingw->windows, windows-mingw, windows-msvc2017