Re: [Wireshark-dev] Including Qt5 libs in my plugin project

2017-06-26 Thread Paul Offord
-dev] Including Qt5 libs in my plugin project Hi Paul, 2017-06-24 21:48 GMT+02:00 Paul Offord mailto:paul.off...@advance7.com>>: I’m using VS 2013 on Windows 10 to build a plugin that uses Qt5 classes. Currently I manually add the paths to the libraries I need to the Linker Input paramete

Re: [Wireshark-dev] Including Qt5 libs in my plugin project

2017-06-24 Thread Paul Offord
mailto:wireshark-dev@wireshark.org>> Subject: Re: [Wireshark-dev] Including Qt5 libs in my plugin project Hi Paul, 2017-06-24 21:48 GMT+02:00 Paul Offord mailto:paul.off...@advance7.com>>: I’m using VS 2013 on Windows 10 to build a plugin that uses Qt5 classes. Currently I manually add

Re: [Wireshark-dev] Including Qt5 libs in my plugin project

2017-06-24 Thread Paul Offord
: [Wireshark-dev] Including Qt5 libs in my plugin project Hi Paul, 2017-06-24 21:48 GMT+02:00 Paul Offord mailto:paul.off...@advance7.com>>: I’m using VS 2013 on Windows 10 to build a plugin that uses Qt5 classes. Currently I manually add the paths to the libraries I need to the Linker

Re: [Wireshark-dev] Including Qt5 libs in my plugin project

2017-06-24 Thread Pascal Quantin
Hi Paul, 2017-06-24 21:48 GMT+02:00 Paul Offord : > I’m using VS 2013 on Windows 10 to build a plugin that uses Qt5 classes. > Currently I manually add the paths to the libraries I need to the Linker > Input parameters via VS like this: > > > > \Qt\5.6\msvc2013_64\lib\Qt5Cored.lib > > \Qt\5.6\msv

[Wireshark-dev] Including Qt5 libs in my plugin project

2017-06-24 Thread Paul Offord
I'm using VS 2013 on Windows 10 to build a plugin that uses Qt5 classes. Currently I manually add the paths to the libraries I need to the Linker Input parameters via VS like this: \Qt\5.6\msvc2013_64\lib\Qt5Cored.lib \Qt\5.6\msvc2013_64\lib\Qt5Widgetsd.lib \Qt\5.6\msvc2013_64\lib\Qt5Guid.lib \