Advertisement
cmaureir

Untitled

Sep 29th, 2021
1,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.86 KB | None | 0 0
  1. 🥑 Stargate:~/dev/Qt/6.2.0/Src  % pwd
  2. /home/cmaureir/dev/Qt/6.2.0/Src
  3. 🥑 Stargate:~/dev/Qt/6.2.0/Src  % ls
  4. cmake/      qtactiveqt/  qtconnectivity/  qtimageformats/  qtnetworkauth/  qtquicktimeline/  qtserialbus/    qttools/            qtwebchannel/  CMakeLists.txt       LICENSE.GPLv3                 README.md      configure.json
  5. coin/       qtbase/      qtdatavis3d/     qtlottie/        qtopcua/        qtremoteobjects/  qtserialport/   qttranslations/     qtwebengine/   LICENSE.FDL          LICENSE.LGPLv21               _clang-format
  6. qt3d/       qtcharts/    qtdeclarative/   qtmqtt/          qtpositioning/  qtscxml/          qtshadertools/  qtvirtualkeyboard/  qtwebsockets/  LICENSE.GPL3-EXCEPT  LICENSE.LGPLv3                configure*
  7. qt5compat/  qtcoap/      qtdoc/           qtmultimedia/    qtquick3d/      qtsensors/        qtsvg/          qtwayland/          qtwebview/     LICENSE.GPLv2        LICENSE.QT-LICENSE-AGREEMENT  configure.bat
  8. 🥑 Stargate:~/dev/Qt/6.2.0/Src  % ls qtpositioning
  9. cmake/  config.tests/  examples/  src/    CMakeLists.txt  LICENSE.GPL2  LICENSE.GPL3-EXCEPT  LICENSE.LGPL3   conanfile.py    dependencies.yaml  sync.profile
  10. coin/   dist/          include/   tests/  LICENSE.FDL     LICENSE.GPL3  LICENSE.GPLv3        LICENSE.LGPLv3  configure.json  qtlocation.pro
  11. 🥑 Stargate:~/dev/Qt/6.2.0/Src  % ls ..
  12. Logs/  Src/  gcc_64/  sha1s.txt
  13. 🥑 Stargate:~/dev/Qt/6.2.0/Src  % find . | grep qtlocation
  14. ./qtpositioning/include/QtLocation/qtlocationversion.h
  15. ./qtpositioning/qtlocation.pro
  16. ./qtpositioning/src/location/doc/qtlocation.qdocconf
  17. ./qtpositioning/src/location/doc/src/qtlocation-cpp.qdoc
  18. ./qtpositioning/src/location/doc/src/qtlocation-qml.qdoc
  19. ./qtpositioning/src/location/doc/src/qtlocation-examples.qdoc
  20. ./qtpositioning/src/location/doc/src/qtlocation.qdoc
  21. ./qtpositioning/src/location/doc/src/qtlocation-changes.qdoc
  22. ./qtpositioning/src/location/doc/src/qtlocation-geoservices.qdoc
  23. ./qtdoc/doc/images/qtlocation-mapviewer-demo.jpg
  24. ./qtbase/doc/config/exampleurl-qtlocation.qdocconf
  25. ./qttranslations/translations/qtlocation_fr.ts
  26. ./qttranslations/translations/qtlocation_nl.ts
  27. ./qttranslations/translations/qtlocation_pl.ts
  28. ./qttranslations/translations/qtlocation_da.ts
  29. ./qttranslations/translations/qtlocation_bg.ts
  30. ./qttranslations/translations/qtlocation_hu.ts
  31. ./qttranslations/translations/qtlocation_zh_CN.ts
  32. ./qttranslations/translations/qtlocation_es.ts
  33. ./qttranslations/translations/qtlocation_uk.ts
  34. ./qttranslations/translations/qtlocation_pt_BR.ts
  35. ./qttranslations/translations/qtlocation_ca.ts
  36. ./qttranslations/translations/qtlocation_ko.ts
  37. ./qttranslations/translations/qtlocation_de.ts
  38. ./qttranslations/translations/qtlocation_tr.ts
  39. ./qttranslations/translations/qtlocation_ru.ts
  40. ./qttranslations/translations/qtlocation_hr.ts
  41. ./qttranslations/translations/qtlocation_fi.ts
  42. ./coin/platform_configs/qtlocation.yaml
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement