Hi,
I have written a plugin dissector that uses some Qt5 functions. To build with Visual Studio 2013 I have to manually add some Qt5 libs via Project -> Properties -> Linker -> Input -> Additional Dependencies. This works OK but whenever
I run:
cmake -D ENABLE_CHM_GUIDES=on -G "Visual Studio 12 Win64" ..\
to prepare the environment the Qt5 additional Dependencies are deleted. How can I add my additional libs to the Cmake process in a way that won’t interfere with the standard build process? Or should I be doing this some completely different
way?
Thanks and regards…Paul