-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.7.0 Beta
-
None
-
Win7 x64, MSVC2015.1, Mobile Intel 4 Series Express Chipset
I have an QtQuick application one of my customer reported, that it doesn't display anything on his machine. He has Mobile Intel 4 Series Express Chipset video card. In the attachment program log file, which contains errors about shaders compilation.
I compile Qt from git statically with dynamic OpenGL. Customer said, that he has QT_OPENGL=software in the environment.
Configure command:
configure -prefix %CD%\..\qt5.7_git_windows -static -release -static-runtime -opensource -confirm-license -opengl dynamic -skip qtwebkit -skip qtwebkit-examples -skip qt3d -skip qtxmlpatterns -skip qtwayland -skip qtwebengine -skip qtwebview -skip qtmultimedia -skip qtlocation -skip qtcanvas3d -skip qtwebsockets -skip qtwebchannel -skip qtenginio -skip qtsensors -skip qtserialport -skip qtpurchasing -skip qtquick1 -skip qtscript -skip qtconnectivity -skip qtcharts -skip qtdatavis3d -skip qtgamepad -skip qtvirtualkeyboard -skip qtscxml -nomake examples -nomake tests
I use QtQuick Contros 2 and QtGraphicalEffects modules.