working demo when done on rpi 3b that uses apt to install qt libraries
This commit is contained in:
@@ -9,7 +9,7 @@ mkdir build
|
|||||||
cd build
|
cd build
|
||||||
|
|
||||||
echo "Running cmake with build type Debug."
|
echo "Running cmake with build type Debug."
|
||||||
cmake -Wall -DCMAKE_PREFIX_PATH=/home/pluto/Qt/ \
|
cmake -Wall \
|
||||||
-G "Unix Makefiles" \
|
-G "Unix Makefiles" \
|
||||||
-DCMAKE_BUILD_TYPE=Debug ..
|
-DCMAKE_BUILD_TYPE=Debug ..
|
||||||
|
|
||||||
@@ -18,6 +18,4 @@ make
|
|||||||
echo "running qml-example"
|
echo "running qml-example"
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
./build/MinimalQml
|
./build/MinimalQml -platform eglfs
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user