papyros / qml-material

:book: Material Design implemented in QtQuick
GNU Lesser General Public License v2.1
2.56k stars 476 forks source link

qml-material demo crashed #487

Open riteshSTPL opened 7 years ago

riteshSTPL commented 7 years ago

I am using nVidia TX1 embedded board. i am having qt 5.8.0 alpha installed on it. i have successfully compiled and installed qml-material on my system as per below commands

mkdir build; cd build
qmake ..
make
make install # use sudo if necessary

I can now import Material 0.2 and 0.3 on qml file without error.

But when i compiled your demo project i am getting following error.

The program has unexpectedly finished.
/home/ubuntu/Desktop/build-qml-material-Desktop-Debug/demo/demo crashed

And when i run ./demo from terminal i am getting Bus error

So what's missing?