I just installed v-play ver 2.9.0 on a fresh install of Qt 5.7.0 with Qt Creator 4.0.3 and can successfully build and android version, however, I receive “VPApplication: No such file or directory” when I try to build a desktop version.
Here is a copy of the complier output tab.
17:12:41: Starting: "/usr/bin/make"
g++ -c -pipe -g -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_QML_DEBUG -DQT_LOCATION_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I../einsteinsagent -I. -I../../Qt/5.7/gcc_64/include -I../../Qt/5.7/gcc_64/include/QtLocation -I../../Qt/5.7/gcc_64/include/QtQuick -I../../Qt/5.7/gcc_64/include/QtWidgets -I../../Qt/5.7/gcc_64/include/QtGui -I../../Qt/5.7/gcc_64/include/QtQml -I../../Qt/5.7/gcc_64/include/QtNetwork -I../../Qt/5.7/gcc_64/include/QtPositioning -I../../Qt/5.7/gcc_64/include/QtCore -I. -I../../Qt/5.7/gcc_64/mkspecs/linux-g++ -o main.o ../einsteinsagent/main.cpp
../einsteinsagent/main.cpp:1:25: fatal error: VPApplication: No such file or directory
compilation terminated.
Makefile:998: recipe for target 'main.o' failed
make: *** [main.o] Error 1
17:12:41: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project einsteinsagent (kit: Desktop Qt 5.7.0 GCC 64bit)
When executing step "Make"
17:12:41: Elapsed time: 00:00.
Anyone else run into this, or have any ideas?