Hello All,
I have installed v-play long back on my MAC OS X El Capitan 10.11.6. Today I have updated using Maintain V-play Engine installer tool. I just started creating an empty vplay 2 project. When i just build it.
The error was : QApplication not found.
Then I added QT += widgets to pro. file. Then the error was solved.
But now I see the error: ‘VPApplication’ file not found. Can someone tell me why it is not recognising the vplay libraries? I think there is something wrong with my configuration. Please view my Configuration . Configuration 2
Moreover, I don’t see the QML folder in the Qtcreator. I cannot see any QML file.
Here is the complie output:
21:50:17: Running steps for project tutorial1…
21:50:17: Configuration unchanged, skipping qmake step.
21:50:17: Starting: “/usr/bin/make”
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.8 -g -std=gnu++11 -Wall -W -fPIC -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I../tutorial1 -I. -I../FelgoSDK/5.7/clang_64/lib/QtWidgets.framework/Headers -I../FelgoSDK/5.7/clang_64/lib/QtGui.framework/Headers -I../FelgoSDK/5.7/clang_64/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/AGL.framework/Headers -I../FelgoSDK/5.7/clang_64/mkspecs/macx-clang -F/Users/vishnu/FelgoSDK/5.7/clang_64/lib -o main.o ../tutorial1/main.cpp
../tutorial1/main.cpp:2:10: fatal error: ‘VPApplication’ file not found
#include <VPApplication>
^
1 error generated.
make: *** [main.o] Error 1
21:50:18: The process “/usr/bin/make” exited with code 2.
Error while building/deploying project tutorial1 (kit: Desktop Qt 5.7.1 clang 64bit)
The kit Desktop Qt 5.7.1 clang 64bit has configuration issues which might be the root cause for this problem.
When executing step “Make”
21:50:18: Elapsed time: 00:01.