You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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.
And when i run ./demo from terminal i am getting
Bus error
So what's missing?
The text was updated successfully, but these errors were encountered: