I am working on a desktop game using VPlay and need to build 64-bit versions of my game for testing and eventual deployment on windows. Unfortunately, VPlay doesn’t ship with 64-bit kits for windows because Qt5 apparently doesn’t have an official 64-bit version.
I’ve installed an unofficial 64-bit version of Qt5 (http://tver-soft.org/qt64) but now need to link VPlay properly, and I couldn’t find any information on this in your docs or forums.
Any advice on what I will need to add to my .pro file (and/or my main.cpp) to get this to build properly, or where to start my research? Right now, I get:
"C:\...\main.cpp:2: error: VPApplication: No such file or directory"
Thanks so much in advance for your help/input! Any guidance on how to properly build a 64-bit app on windows would be much appreciated!