Created
August 20, 2018 14:18
-
-
Save a-andreyev/600d19d93d5fd8cd5a9cca46dad42fa2 to your computer and use it in GitHub Desktop.
sailfish pixelRation and screen size test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
pkcon refresh | |
devel-su pkcon install qt5-qtdeclarative-qmlscene | |
curl -LO https://gist.githubusercontent.com/a-andreyev/5cf78f02f959fb3f40aa6c7089ab762b/raw/f1d6fd3d91ec2db7c2ed8226906b8dafc3a9d7a1/screentest.qml | |
/usr/lib/qt5/bin/qmlscene screentest.qml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment