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
@@ -0,0 +1,14 @@
file(REMOVE_RECURSE
"CMakeFiles/qml-example.dir/main.cpp.o"
"CMakeFiles/qml-example.dir/main.cpp.o.d"
"CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.o"
"CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.o.d"
"qml-example"
"qml-example.pdb"
"qrc_qmlsink.cpp"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/qml-example.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()