Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

QQuickWidget crash

$
0
0
this is my problem with this code QQuickWidget *view = new QQuickWidget(this); view->setSource(QUrl("qrc:///Video.qml")); view->show(); when i compile with QT creator is ok. But, when I run executable into second pc, copy all QT library, the app crash with error iglicd32.dll library. I compile with qt5.3.0 in windows xp sp3, and second pc is windows xp sp3. If i Remove the code //QQuickWidget *view = new QQuickWidget(this); //view->setSource(QUrl("qrc:///Video.qml")); //view->show(); the app work. HELP ME!!!! ;-(

Viewing all articles
Browse latest Browse all 4972

Trending Articles