getting running on linux desktop

This commit is contained in:
talksik
2023-08-18 15:23:02 -07:00
parent 6b88d5d694
commit 656fd421de
43 changed files with 4423 additions and 0 deletions
Executable
+14
View File
@@ -0,0 +1,14 @@
#!/bin/sh
rm -rf build &&
mkdir build &&
cd build &&
echo "Running cmake with build type Debug."
cmake -Wall -DCMAKE_PREFIX_PATH=$HOME/Qt/5.15.14/gcc_64/ \
-G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Debug .. &&
make &&
./build/qml-example