RpcView
RpcView copied to clipboard
Building from sources
Very good tool, but I've got a lot of trouble building it from sources. Future researches should use exactly Qt 5.15.1 msvc_2015_64 compiler. It has Qt5WidgetsConfig.cmake file and does not raise Qt compilation errors.
- Install qt installer
- Run C:\Qt\MaintenanceTool.exe
- On Select component stage you can choose only Qt->Qt 5.15.1->MSVC 2015 64-bit and install it
- Follow the original README instructions using
set CMAKE_PREFIX_PATH=C:\Qt\5.15.1\msvc2015_64\
Thank you so much mate
Note: If you are using the latest installer, you will have to go to (on the right) Select Categories -> Tick Archives -> Filter
Also make sure to put the Build/x64 directories in the root directory of the repo, not in the subfolder called "RpcView"