fixing buildoutput things

This commit is contained in:
talksik
2023-08-20 16:49:43 -07:00
parent b29b902259
commit d0a20820e3
5 changed files with 68 additions and 66 deletions
+7 -6
View File
@@ -3,18 +3,19 @@
export QT_DEBUG_PLUGINS=1
rm -rf build &&
mkdir build &&
cd build &&
rm -rf build
mkdir build
cd build
echo "Running cmake with build type Debug."
cmake -Wall -DCMAKE_PREFIX_PATH=~/Qt/ \
-G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Debug .. &&
-DCMAKE_BUILD_TYPE=Debug ..
make &&
make
echo "running qml-example" &&
echo "running qml-example"
cd ..
./build/qml-example -platform eglfs