QtCreator crashed on QQuickView memory allocation
QML and Qt Quick
2
Posts
2
Posters
859
Views
1
Watching
-
Hi
I began thread here
http://qt-project.org/forums/viewthread/41564/#i run my program to point
QQuickView a;
and at this point i get crash of QtCreator@int main (int argc, char *argv[]) {
QGuiApplication app(argc, argv);QQuickView a;
///some other.........
}@
message Segmentation Fault
what can to say Qt profi?