working demo when done on rpi 3b that uses apt to install qt libraries

This commit is contained in:
talksik
2023-08-27 11:31:49 -07:00
parent be3e7d6aed
commit 0a2461b018
+2 -4
View File
@@ -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