cleaning up device script

This commit is contained in:
talksik
2023-08-27 17:51:26 -07:00
parent c08469c8cf
commit 7797b91553
5 changed files with 62 additions and 67 deletions
+1 -6
View File
@@ -2,10 +2,6 @@
# this is special script for running on jetson nano
export QT_DEBUG_PLUGINS=1
export QT_QPA_EGLFS_WIDTH=1920
export QT_QPA_EGLFS_HEIGHT=1080
export QT_QPA_EGLFS_INTEGRATION=eglfs_kms
export GST_DEBUG=2
rm -rf build
@@ -13,7 +9,7 @@ mkdir build
cd build
echo "Running cmake with build type Debug."
cmake -Wall -DCMAKE_PREFIX_PATH=/home/pluto/Qt/ \
cmake -Wall \
-G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Debug ..
@@ -23,4 +19,3 @@ echo "running qml-example"
cd ..
./build/qml-example -platform eglfs