项目浏览内容为空白
提示如下:QOpenGLShaderProgram::uniformLocation( matrix ): shader program is not linked然后我的项目就是空白,没有任何内容显示。我用的qt5.4版本操作系统为win 7请高手赐教设计代码很简单。Window { visible: true width:500; height: 400; Text { text: qsTr("shader complilation failed") anchors.centerIn: parent; }}