-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/125792/
-----------------------------------------------------------

Review request for Okular.


Repository: okular


Description
-------

To link with DLL using Visual Studio linker, it should be fed with .lib file 
corresponding to .dll being linked. For libraries created with SHARED keyword, 
CMake figures this out and passes correct file. But for okularpart target, the 
DLL itself is passed, which leads to error during linking.

This seems to be a bug in CMake and this patch works it around.


Diffs
-----

  CMakeLists.txt 4aea44db6940d4a34c24d30d54c3980d2170e89f 

Diff: https://git.reviewboard.kde.org/r/125792/diff/


Testing
-------


Thanks,

Gleb Popov

_______________________________________________
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel

Reply via email to