Advertisement
cmaureir

Untitled

Sep 29th, 2021
1,214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.52 KB | None | 0 0
  1. 🥑 Stargate:~/dev/Qt/6.2.0/Src  % ls -1
  2. cmake/
  3. coin/
  4. qt3d/
  5. qt5compat/
  6. qtactiveqt/
  7. qtbase/
  8. qtcharts/
  9. qtcoap/
  10. qtconnectivity/
  11. qtdatavis3d/
  12. qtdeclarative/
  13. qtdoc/
  14. qtimageformats/
  15. qtlottie/
  16. qtmqtt/
  17. qtmultimedia/
  18. qtnetworkauth/
  19. qtopcua/
  20. qtpositioning/
  21. qtquick3d/
  22. qtquicktimeline/
  23. qtremoteobjects/
  24. qtscxml/
  25. qtsensors/
  26. qtserialbus/
  27. qtserialport/
  28. qtshadertools/
  29. qtsvg/
  30. qttools/
  31. qttranslations/
  32. qtvirtualkeyboard/
  33. qtwayland/
  34. qtwebchannel/
  35. qtwebengine/
  36. qtwebsockets/
  37. qtwebview/
  38. CMakeLists.txt
  39. LICENSE.FDL
  40. LICENSE.GPL3-EXCEPT
  41. LICENSE.GPLv2
  42. LICENSE.GPLv3
  43. LICENSE.LGPLv21
  44. LICENSE.LGPLv3
  45. LICENSE.QT-LICENSE-AGREEMENT
  46. README.md
  47. _clang-format
  48. configure*
  49. configure.bat
  50. configure.json
  51. 🥑 Stargate:~/dev/Qt/6.2.0/Src  % ls -1 qtpositioning
  52. cmake/
  53. coin/
  54. config.tests/
  55. dist/
  56. examples/
  57. include/
  58. src/
  59. tests/
  60. CMakeLists.txt
  61. LICENSE.FDL
  62. LICENSE.GPL2
  63. LICENSE.GPL3
  64. LICENSE.GPL3-EXCEPT
  65. LICENSE.GPLv3
  66. LICENSE.LGPL3
  67. LICENSE.LGPLv3
  68. conanfile.py
  69. configure.json
  70. dependencies.yaml
  71. qtlocation.pro
  72. sync.profile
  73. 🥑 Stargate:~/dev/Qt/6.2.0/Src  % find . | grep qtlocation
  74. ./qtpositioning/include/QtLocation/qtlocationversion.h
  75. ./qtpositioning/qtlocation.pro
  76. ./qtpositioning/src/location/doc/qtlocation.qdocconf
  77. ./qtpositioning/src/location/doc/src/qtlocation-cpp.qdoc
  78. ./qtpositioning/src/location/doc/src/qtlocation-qml.qdoc
  79. ./qtpositioning/src/location/doc/src/qtlocation-examples.qdoc
  80. ./qtpositioning/src/location/doc/src/qtlocation.qdoc
  81. ./qtpositioning/src/location/doc/src/qtlocation-changes.qdoc
  82. ./qtpositioning/src/location/doc/src/qtlocation-geoservices.qdoc
  83. ./qtdoc/doc/images/qtlocation-mapviewer-demo.jpg
  84. ./qtbase/doc/config/exampleurl-qtlocation.qdocconf
  85. ./qttranslations/translations/qtlocation_fr.ts
  86. ./qttranslations/translations/qtlocation_nl.ts
  87. ./qttranslations/translations/qtlocation_pl.ts
  88. ./qttranslations/translations/qtlocation_da.ts
  89. ./qttranslations/translations/qtlocation_bg.ts
  90. ./qttranslations/translations/qtlocation_hu.ts
  91. ./qttranslations/translations/qtlocation_zh_CN.ts
  92. ./qttranslations/translations/qtlocation_es.ts
  93. ./qttranslations/translations/qtlocation_uk.ts
  94. ./qttranslations/translations/qtlocation_pt_BR.ts
  95. ./qttranslations/translations/qtlocation_ca.ts
  96. ./qttranslations/translations/qtlocation_ko.ts
  97. ./qttranslations/translations/qtlocation_de.ts
  98. ./qttranslations/translations/qtlocation_tr.ts
  99. ./qttranslations/translations/qtlocation_ru.ts
  100. ./qttranslations/translations/qtlocation_hr.ts
  101. ./qttranslations/translations/qtlocation_fi.ts
  102. ./coin/platform_configs/qtlocation.yaml
  103.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement