From 0a2461b018a59955e4db31bd2d9b957aab4cfe4f Mon Sep 17 00:00:00 2001 From: talksik Date: Sun, 27 Aug 2023 11:31:49 -0700 Subject: [PATCH] working demo when done on rpi 3b that uses apt to install qt libraries --- device.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/device.sh b/device.sh index 8a8787a..97d21a6 100755 --- a/device.sh +++ b/device.sh @@ -9,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 .. @@ -18,6 +18,4 @@ make echo "running qml-example" cd .. -./build/MinimalQml - - +./build/MinimalQml -platform eglfs