Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.48 KB | None | 0 0
  1. .
  2. ├── bin
  3. │   ├── assistant
  4. │   ├── assistant-wrapper -> qt510-env.sh
  5. │   ├── designer
  6. │   ├── designer-wrapper -> qt510-env.sh
  7. │   ├── fixqt4headers.pl
  8. │   ├── lconvert
  9. │   ├── linguist
  10. │   ├── linguist-wrapper -> qt510-env.sh
  11. │   ├── lrelease
  12. │   ├── lupdate
  13. │   ├── moc
  14. │   ├── pixeltool
  15. │   ├── qbs
  16. │   ├── qbs_benchmarker
  17. │   ├── qbs-config
  18. │   ├── qbs-config-ui
  19. │   ├── qbs-create-project
  20. │   ├── qbs_fuzzy-test
  21. │   ├── qbs-qmltypes
  22. │   ├── qbs-setup-android
  23. │   ├── qbs-setup-qt
  24. │   ├── qbs-setup-toolchains
  25. │   ├── qcollectiongenerator
  26. │   ├── qdbus
  27. │   ├── qdbuscpp2xml
  28. │   ├── qdbusviewer
  29. │   ├── qdbusxml2cpp
  30. │   ├── qdoc
  31. │   ├── qhelpconverter
  32. │   ├── qhelpgenerator
  33. │   ├── qlalr
  34. │   ├── qmake
  35. │   ├── qmlcachegen
  36. │   ├── qmleasing
  37. │   ├── qmlimportscanner
  38. │   ├── qmllint
  39. │   ├── qmlmin
  40. │   ├── qmlplugindump
  41. │   ├── qmlprofiler
  42. │   ├── qmlscene
  43. │   ├── qmltestrunner
  44. │   ├── qt510-env.sh
  45. │   ├── qtattributionsscanner
  46. │   ├── qtcreator
  47. │   ├── qtcreator-wrapper -> qt510-env.sh
  48. │   ├── qtdiag
  49. │   ├── qtpaths
  50. │   ├── qtplugininfo
  51. │   ├── qvkgen
  52. │   ├── qwebengine_convert_dict
  53. │   ├── rcc
  54. │   ├── syncqt.pl
  55. │   ├── uic
  56. │   ├── xmlpatterns
  57. │   └── xmlpatternsvalidator
  58. ├── lib
  59. │   ├── cmake
  60. │   │   ├── Qt5
  61. │   │   │   ├── Qt5Config.cmake
  62. │   │   │   ├── Qt5ConfigVersion.cmake
  63. │   │   │   └── Qt5ModuleLocation.cmake
  64. │   │   ├── Qt5Concurrent
  65. │   │   │   ├── Qt5ConcurrentConfig.cmake
  66. │   │   │   └── Qt5ConcurrentConfigVersion.cmake
  67. │   │   ├── Qt5Core
  68. │   │   │   ├── Qt5CoreConfig.cmake
  69. │   │   │   ├── Qt5CoreConfigExtras.cmake
  70. │   │   │   ├── Qt5CoreConfigExtrasMkspecDir.cmake
  71. │   │   │   ├── Qt5CoreConfigVersion.cmake
  72. │   │   │   ├── Qt5CoreMacros.cmake
  73. │   │   │   └── Qt5CTestMacros.cmake
  74. │   │   ├── Qt5DBus
  75. │   │   │   ├── Qt5DBusConfig.cmake
  76. │   │   │   ├── Qt5DBusConfigExtras.cmake
  77. │   │   │   ├── Qt5DBusConfigVersion.cmake
  78. │   │   │   └── Qt5DBusMacros.cmake
  79. │   │   ├── Qt5Designer
  80. │   │   │   ├── Qt5Designer_AnalogClockPlugin.cmake
  81. │   │   │   ├── Qt5DesignerConfig.cmake
  82. │   │   │   ├── Qt5DesignerConfigVersion.cmake
  83. │   │   │   ├── Qt5Designer_MultiPageWidgetPlugin.cmake
  84. │   │   │   ├── Qt5Designer_QQuickWidgetPlugin.cmake
  85. │   │   │   ├── Qt5Designer_TicTacToePlugin.cmake
  86. │   │   │   └── Qt5Designer_WorldTimeClockPlugin.cmake
  87. │   │   ├── Qt5Gui
  88. │   │   │   ├── Qt5GuiConfig.cmake
  89. │   │   │   ├── Qt5GuiConfigExtras.cmake
  90. │   │   │   ├── Qt5GuiConfigVersion.cmake
  91. │   │   │   ├── Qt5Gui_QComposePlatformInputContextPlugin.cmake
  92. │   │   │   ├── Qt5Gui_QEvdevKeyboardPlugin.cmake
  93. │   │   │   ├── Qt5Gui_QEvdevMousePlugin.cmake
  94. │   │   │   ├── Qt5Gui_QEvdevTabletPlugin.cmake
  95. │   │   │   ├── Qt5Gui_QEvdevTouchScreenPlugin.cmake
  96. │   │   │   ├── Qt5Gui_QGifPlugin.cmake
  97. │   │   │   ├── Qt5Gui_QGtk3ThemePlugin.cmake
  98. │   │   │   ├── Qt5Gui_QIbusPlatformInputContextPlugin.cmake
  99. │   │   │   ├── Qt5Gui_QICOPlugin.cmake
  100. │   │   │   ├── Qt5Gui_QJpegPlugin.cmake
  101. │   │   │   ├── Qt5Gui_QLinuxFbIntegrationPlugin.cmake
  102. │   │   │   ├── Qt5Gui_QMinimalIntegrationPlugin.cmake
  103. │   │   │   ├── Qt5Gui_QOffscreenIntegrationPlugin.cmake
  104. │   │   │   ├── Qt5Gui_QTuioTouchPlugin.cmake
  105. │   │   │   ├── Qt5Gui_QVncIntegrationPlugin.cmake
  106. │   │   │   ├── Qt5Gui_QXcbGlxIntegrationPlugin.cmake
  107. │   │   │   └── Qt5Gui_QXcbIntegrationPlugin.cmake
  108. │   │   ├── Qt5Help
  109. │   │   │   ├── Qt5HelpConfig.cmake
  110. │   │   │   ├── Qt5HelpConfigExtras.cmake
  111. │   │   │   └── Qt5HelpConfigVersion.cmake
  112. │   │   ├── Qt5LinguistTools
  113. │   │   │   ├── Qt5LinguistToolsConfig.cmake
  114. │   │   │   ├── Qt5LinguistToolsConfigVersion.cmake
  115. │   │   │   └── Qt5LinguistToolsMacros.cmake
  116. │   │   ├── Qt5Location
  117. │   │   │   ├── Qt5LocationConfig.cmake
  118. │   │   │   ├── Qt5LocationConfigVersion.cmake
  119. │   │   │   ├── Qt5Location_GeoServiceProviderFactoryEsri.cmake
  120. │   │   │   ├── Qt5Location_QGeoServiceProviderFactoryItemsOverlay.cmake
  121. │   │   │   ├── Qt5Location_QGeoServiceProviderFactoryMapbox.cmake
  122. │   │   │   ├── Qt5Location_QGeoServiceProviderFactoryNokia.cmake
  123. │   │   │   └── Qt5Location_QGeoServiceProviderFactoryOsm.cmake
  124. │   │   ├── Qt5Network
  125. │   │   │   ├── Qt5NetworkConfig.cmake
  126. │   │   │   ├── Qt5NetworkConfigVersion.cmake
  127. │   │   │   ├── Qt5Network_QConnmanEnginePlugin.cmake
  128. │   │   │   ├── Qt5Network_QGenericEnginePlugin.cmake
  129. │   │   │   └── Qt5Network_QNetworkManagerEnginePlugin.cmake
  130. │   │   ├── Qt5OpenGL
  131. │   │   │   ├── Qt5OpenGLConfig.cmake
  132. │   │   │   └── Qt5OpenGLConfigVersion.cmake
  133. │   │   ├── Qt5OpenGLExtensions
  134. │   │   │   ├── Qt5OpenGLExtensionsConfig.cmake
  135. │   │   │   └── Qt5OpenGLExtensionsConfigVersion.cmake
  136. │   │   ├── Qt5Positioning
  137. │   │   │   ├── Qt5PositioningConfig.cmake
  138. │   │   │   ├── Qt5PositioningConfigVersion.cmake
  139. │   │   │   ├── Qt5Positioning_QGeoPositionInfoSourceFactoryGeoclue.cmake
  140. │   │   │   └── Qt5Positioning_QGeoPositionInfoSourceFactoryPoll.cmake
  141. │   │   ├── Qt5PrintSupport
  142. │   │   │   ├── Qt5PrintSupportConfig.cmake
  143. │   │   │   ├── Qt5PrintSupportConfigVersion.cmake
  144. │   │   │   └── Qt5PrintSupport_QCupsPrinterSupportPlugin.cmake
  145. │   │   ├── Qt5Qml
  146. │   │   │   ├── Qt5QmlConfig.cmake
  147. │   │   │   ├── Qt5QmlConfigExtras.cmake
  148. │   │   │   ├── Qt5QmlConfigVersion.cmake
  149. │   │   │   ├── Qt5Qml_QDebugMessageServiceFactory.cmake
  150. │   │   │   ├── Qt5Qml_QLocalClientConnectionFactory.cmake
  151. │   │   │   ├── Qt5Qml_QQmlDebuggerServiceFactory.cmake
  152. │   │   │   ├── Qt5Qml_QQmlDebugServerFactory.cmake
  153. │   │   │   ├── Qt5Qml_QQmlInspectorServiceFactory.cmake
  154. │   │   │   ├── Qt5Qml_QQmlNativeDebugConnectorFactory.cmake
  155. │   │   │   ├── Qt5Qml_QQmlNativeDebugServiceFactory.cmake
  156. │   │   │   ├── Qt5Qml_QQmlProfilerServiceFactory.cmake
  157. │   │   │   ├── Qt5Qml_QQuickProfilerAdapterFactory.cmake
  158. │   │   │   └── Qt5Qml_QTcpServerConnectionFactory.cmake
  159. │   │   ├── Qt5Quick
  160. │   │   │   ├── Qt5QuickConfig.cmake
  161. │   │   │   └── Qt5QuickConfigVersion.cmake
  162. │   │   ├── Qt5QuickControls2
  163. │   │   │   ├── Qt5QuickControls2Config.cmake
  164. │   │   │   └── Qt5QuickControls2ConfigVersion.cmake
  165. │   │   ├── Qt5QuickTest
  166. │   │   │   ├── Qt5QuickTestConfig.cmake
  167. │   │   │   └── Qt5QuickTestConfigVersion.cmake
  168. │   │   ├── Qt5QuickWidgets
  169. │   │   │   ├── Qt5QuickWidgetsConfig.cmake
  170. │   │   │   └── Qt5QuickWidgetsConfigVersion.cmake
  171. │   │   ├── Qt5Script
  172. │   │   │   ├── Qt5ScriptConfig.cmake
  173. │   │   │   └── Qt5ScriptConfigVersion.cmake
  174. │   │   ├── Qt5ScriptTools
  175. │   │   │   ├── Qt5ScriptToolsConfig.cmake
  176. │   │   │   └── Qt5ScriptToolsConfigVersion.cmake
  177. │   │   ├── Qt5Sql
  178. │   │   │   ├── Qt5SqlConfig.cmake
  179. │   │   │   ├── Qt5SqlConfigVersion.cmake
  180. │   │   │   ├── Qt5Sql_QMYSQLDriverPlugin.cmake
  181. │   │   │   ├── Qt5Sql_QODBCDriverPlugin.cmake
  182. │   │   │   ├── Qt5Sql_QPSQLDriverPlugin.cmake
  183. │   │   │   ├── Qt5Sql_QSQLiteDriverPlugin.cmake
  184. │   │   │   └── Qt5Sql_QTDSDriverPlugin.cmake
  185. │   │   ├── Qt5Test
  186. │   │   │   ├── Qt5TestConfig.cmake
  187. │   │   │   ├── Qt5TestConfigExtras.cmake
  188. │   │   │   └── Qt5TestConfigVersion.cmake
  189. │   │   ├── Qt5UiPlugin
  190. │   │   │   ├── Qt5UiPluginConfig.cmake
  191. │   │   │   └── Qt5UiPluginConfigVersion.cmake
  192. │   │   ├── Qt5UiTools
  193. │   │   │   ├── Qt5UiToolsConfig.cmake
  194. │   │   │   └── Qt5UiToolsConfigVersion.cmake
  195. │   │   ├── Qt5WebChannel
  196. │   │   │   ├── Qt5WebChannelConfig.cmake
  197. │   │   │   └── Qt5WebChannelConfigVersion.cmake
  198. │   │   ├── Qt5WebEngine
  199. │   │   │   ├── Qt5WebEngineConfig.cmake
  200. │   │   │   └── Qt5WebEngineConfigVersion.cmake
  201. │   │   ├── Qt5WebEngineCore
  202. │   │   │   ├── Qt5WebEngineCoreConfig.cmake
  203. │   │   │   └── Qt5WebEngineCoreConfigVersion.cmake
  204. │   │   ├── Qt5WebEngineWidgets
  205. │   │   │   ├── Qt5WebEngineWidgetsConfig.cmake
  206. │   │   │   └── Qt5WebEngineWidgetsConfigVersion.cmake
  207. │   │   ├── Qt5Widgets
  208. │   │   │   ├── Qt5WidgetsConfig.cmake
  209. │   │   │   ├── Qt5WidgetsConfigExtras.cmake
  210. │   │   │   ├── Qt5WidgetsConfigVersion.cmake
  211. │   │   │   └── Qt5WidgetsMacros.cmake
  212. │   │   ├── Qt5Xml
  213. │   │   │   ├── Qt5XmlConfig.cmake
  214. │   │   │   └── Qt5XmlConfigVersion.cmake
  215. │   │   └── Qt5XmlPatterns
  216. │   │   ├── Qt5XmlPatternsConfig.cmake
  217. │   │   └── Qt5XmlPatternsConfigVersion.cmake
  218. │   ├── i386-linux-gnu
  219. │   │   └── qtcreator
  220. │   │   ├── libAggregation.so -> libAggregation.so.4.5.0
  221. │   │   ├── libAggregation.so.4 -> libAggregation.so.4.5.0
  222. │   │   ├── libAggregation.so.4.5 -> libAggregation.so.4.5.0
  223. │   │   ├── libAggregation.so.4.5.0
  224. │   │   ├── libClangsupport.so -> libClangsupport.so.4.5.0
  225. │   │   ├── libClangsupport.so.4 -> libClangsupport.so.4.5.0
  226. │   │   ├── libClangsupport.so.4.5 -> libClangsupport.so.4.5.0
  227. │   │   ├── libClangsupport.so.4.5.0
  228. │   │   ├── libCPlusPlus.so -> libCPlusPlus.so.4.5.0
  229. │   │   ├── libCPlusPlus.so.4 -> libCPlusPlus.so.4.5.0
  230. │   │   ├── libCPlusPlus.so.4.5 -> libCPlusPlus.so.4.5.0
  231. │   │   ├── libCPlusPlus.so.4.5.0
  232. │   │   ├── libExtensionSystem.so -> libExtensionSystem.so.4.5.0
  233. │   │   ├── libExtensionSystem.so.4 -> libExtensionSystem.so.4.5.0
  234. │   │   ├── libExtensionSystem.so.4.5 -> libExtensionSystem.so.4.5.0
  235. │   │   ├── libExtensionSystem.so.4.5.0
  236. │   │   ├── libFlameGraph.so -> libFlameGraph.so.4.5.0
  237. │   │   ├── libFlameGraph.so.4 -> libFlameGraph.so.4.5.0
  238. │   │   ├── libFlameGraph.so.4.5 -> libFlameGraph.so.4.5.0
  239. │   │   ├── libFlameGraph.so.4.5.0
  240. │   │   ├── libGLSL.so -> libGLSL.so.4.5.0
  241. │   │   ├── libGLSL.so.4 -> libGLSL.so.4.5.0
  242. │   │   ├── libGLSL.so.4.5 -> libGLSL.so.4.5.0
  243. │   │   ├── libGLSL.so.4.5.0
  244. │   │   ├── libLanguageUtils.so -> libLanguageUtils.so.4.5.0
  245. │   │   ├── libLanguageUtils.so.4 -> libLanguageUtils.so.4.5.0
  246. │   │   ├── libLanguageUtils.so.4.5 -> libLanguageUtils.so.4.5.0
  247. │   │   ├── libLanguageUtils.so.4.5.0
  248. │   │   ├── libModeling.so -> libModeling.so.4.5.0
  249. │   │   ├── libModeling.so.4 -> libModeling.so.4.5.0
  250. │   │   ├── libModeling.so.4.5 -> libModeling.so.4.5.0
  251. │   │   ├── libModeling.so.4.5.0
  252. │   │   ├── libQmlDebug.so -> libQmlDebug.so.4.5.0
  253. │   │   ├── libQmlDebug.so.4 -> libQmlDebug.so.4.5.0
  254. │   │   ├── libQmlDebug.so.4.5 -> libQmlDebug.so.4.5.0
  255. │   │   ├── libQmlDebug.so.4.5.0
  256. │   │   ├── libQmlEditorWidgets.so -> libQmlEditorWidgets.so.4.5.0
  257. │   │   ├── libQmlEditorWidgets.so.4 -> libQmlEditorWidgets.so.4.5.0
  258. │   │   ├── libQmlEditorWidgets.so.4.5 -> libQmlEditorWidgets.so.4.5.0
  259. │   │   ├── libQmlEditorWidgets.so.4.5.0
  260. │   │   ├── libQmlJS.so -> libQmlJS.so.4.5.0
  261. │   │   ├── libQmlJS.so.4 -> libQmlJS.so.4.5.0
  262. │   │   ├── libQmlJS.so.4.5 -> libQmlJS.so.4.5.0
  263. │   │   ├── libQmlJS.so.4.5.0
  264. │   │   ├── libQtcSsh.so -> libQtcSsh.so.4.5.0
  265. │   │   ├── libQtcSsh.so.4 -> libQtcSsh.so.4.5.0
  266. │   │   ├── libQtcSsh.so.4.5 -> libQtcSsh.so.4.5.0
  267. │   │   ├── libQtcSsh.so.4.5.0
  268. │   │   ├── libSqlite.so -> libSqlite.so.4.5.0
  269. │   │   ├── libSqlite.so.4 -> libSqlite.so.4.5.0
  270. │   │   ├── libSqlite.so.4.5 -> libSqlite.so.4.5.0
  271. │   │   ├── libSqlite.so.4.5.0
  272. │   │   ├── libTimeline.so -> libTimeline.so.4.5.0
  273. │   │   ├── libTimeline.so.4 -> libTimeline.so.4.5.0
  274. │   │   ├── libTimeline.so.4.5 -> libTimeline.so.4.5.0
  275. │   │   ├── libTimeline.so.4.5.0
  276. │   │   ├── libUtils.so -> libUtils.so.4.5.0
  277. │   │   ├── libUtils.so.4 -> libUtils.so.4.5.0
  278. │   │   ├── libUtils.so.4.5 -> libUtils.so.4.5.0
  279. │   │   ├── libUtils.so.4.5.0
  280. │   │   └── plugins
  281. │   │   ├── libAndroid.so
  282. │   │   ├── libAutoTest.so
  283. │   │   ├── libAutotoolsProjectManager.so
  284. │   │   ├── libBareMetal.so
  285. │   │   ├── libBazaar.so
  286. │   │   ├── libBeautifier.so
  287. │   │   ├── libBinEditor.so
  288. │   │   ├── libBookmarks.so
  289. │   │   ├── libClangCodeModel.so
  290. │   │   ├── libClangStaticAnalyzer.so
  291. │   │   ├── libClassView.so
  292. │   │   ├── libClearCase.so
  293. │   │   ├── libCMakeProjectManager.so
  294. │   │   ├── libCodePaster.so
  295. │   │   ├── libCore.so
  296. │   │   ├── libCppEditor.so
  297. │   │   ├── libCppTools.so
  298. │   │   ├── libCVS.so
  299. │   │   ├── libDebugger.so
  300. │   │   ├── libDesigner.so
  301. │   │   ├── libDiffEditor.so
  302. │   │   ├── libEmacsKeys.so
  303. │   │   ├── libFakeVim.so
  304. │   │   ├── libGenericProjectManager.so
  305. │   │   ├── libGit.so
  306. │   │   ├── libGLSLEditor.so
  307. │   │   ├── libHelp.so
  308. │   │   ├── libImageViewer.so
  309. │   │   ├── libIos.so
  310. │   │   ├── libMacros.so
  311. │   │   ├── libMercurial.so
  312. │   │   ├── libModelEditor.so
  313. │   │   ├── libNim.so
  314. │   │   ├── libPerforce.so
  315. │   │   ├── libProjectExplorer.so
  316. │   │   ├── libPythonEditor.so
  317. │   │   ├── libQbsProjectManager.so
  318. │   │   ├── libQmakeAndroidSupport.so
  319. │   │   ├── libQmakeProjectManager.so
  320. │   │   ├── libQmlJSEditor.so
  321. │   │   ├── libQmlJSTools.so
  322. │   │   ├── libQmlProfiler.so
  323. │   │   ├── libQmlProjectManager.so
  324. │   │   ├── libQnx.so
  325. │   │   ├── libQtSupport.so
  326. │   │   ├── libRemoteLinux.so
  327. │   │   ├── libResourceEditor.so
  328. │   │   ├── libScxmlEditor.so
  329. │   │   ├── libSilverSearcher.so
  330. │   │   ├── libSubversion.so
  331. │   │   ├── libTaskList.so
  332. │   │   ├── libTextEditor.so
  333. │   │   ├── libTodo.so
  334. │   │   ├── libUpdateInfo.so
  335. │   │   ├── libValgrind.so
  336. │   │   ├── libVcsBase.so
  337. │   │   ├── libWelcome.so
  338. │   │   └── libWinRt.so
  339. │   ├── libqbscore.prl
  340. │   ├── libqbscore.so -> libqbscore.so.1.10.0
  341. │   ├── libqbscore.so.1 -> libqbscore.so.1.10.0
  342. │   ├── libqbscore.so.1.10 -> libqbscore.so.1.10.0
  343. │   ├── libqbscore.so.1.10.0
  344. │   ├── libqbsqtprofilesetup.prl
  345. │   ├── libqbsqtprofilesetup.so -> libqbsqtprofilesetup.so.1.10.0
  346. │   ├── libqbsqtprofilesetup.so.1 -> libqbsqtprofilesetup.so.1.10.0
  347. │   ├── libqbsqtprofilesetup.so.1.10 -> libqbsqtprofilesetup.so.1.10.0
  348. │   ├── libqbsqtprofilesetup.so.1.10.0
  349. │   ├── libQt5AccessibilitySupport.a
  350. │   ├── libQt5AccessibilitySupport.la
  351. │   ├── libQt5AccessibilitySupport.prl
  352. │   ├── libQt5Bootstrap.a
  353. │   ├── libQt5Bootstrap.la
  354. │   ├── libQt5Bootstrap.prl
  355. │   ├── libQt5Concurrent.la
  356. │   ├── libQt5Concurrent.prl
  357. │   ├── libQt5Concurrent.so -> libQt5Concurrent.so.5.10.0
  358. │   ├── libQt5Concurrent.so.5 -> libQt5Concurrent.so.5.10.0
  359. │   ├── libQt5Concurrent.so.5.10 -> libQt5Concurrent.so.5.10.0
  360. │   ├── libQt5Concurrent.so.5.10.0
  361. │   ├── libQt5Core.la
  362. │   ├── libQt5Core.prl
  363. │   ├── libQt5Core.so -> libQt5Core.so.5.10.0
  364. │   ├── libQt5Core.so.5 -> libQt5Core.so.5.10.0
  365. │   ├── libQt5Core.so.5.10 -> libQt5Core.so.5.10.0
  366. │   ├── libQt5Core.so.5.10.0
  367. │   ├── libQt5DBus.la
  368. │   ├── libQt5DBus.prl
  369. │   ├── libQt5DBus.so -> libQt5DBus.so.5.10.0
  370. │   ├── libQt5DBus.so.5 -> libQt5DBus.so.5.10.0
  371. │   ├── libQt5DBus.so.5.10 -> libQt5DBus.so.5.10.0
  372. │   ├── libQt5DBus.so.5.10.0
  373. │   ├── libQt5DesignerComponents.la
  374. │   ├── libQt5DesignerComponents.prl
  375. │   ├── libQt5DesignerComponents.so -> libQt5DesignerComponents.so.5.10.0
  376. │   ├── libQt5DesignerComponents.so.5 -> libQt5DesignerComponents.so.5.10.0
  377. │   ├── libQt5DesignerComponents.so.5.10 -> libQt5DesignerComponents.so.5.10.0
  378. │   ├── libQt5DesignerComponents.so.5.10.0
  379. │   ├── libQt5Designer.la
  380. │   ├── libQt5Designer.prl
  381. │   ├── libQt5Designer.so -> libQt5Designer.so.5.10.0
  382. │   ├── libQt5Designer.so.5 -> libQt5Designer.so.5.10.0
  383. │   ├── libQt5Designer.so.5.10 -> libQt5Designer.so.5.10.0
  384. │   ├── libQt5Designer.so.5.10.0
  385. │   ├── libQt5DeviceDiscoverySupport.a
  386. │   ├── libQt5DeviceDiscoverySupport.la
  387. │   ├── libQt5DeviceDiscoverySupport.prl
  388. │   ├── libQt5EdidSupport.a
  389. │   ├── libQt5EdidSupport.la
  390. │   ├── libQt5EdidSupport.prl
  391. │   ├── libQt5EventDispatcherSupport.a
  392. │   ├── libQt5EventDispatcherSupport.la
  393. │   ├── libQt5EventDispatcherSupport.prl
  394. │   ├── libQt5FbSupport.a
  395. │   ├── libQt5FbSupport.la
  396. │   ├── libQt5FbSupport.prl
  397. │   ├── libQt5FontDatabaseSupport.a
  398. │   ├── libQt5FontDatabaseSupport.la
  399. │   ├── libQt5FontDatabaseSupport.prl
  400. │   ├── libQt5GlxSupport.a
  401. │   ├── libQt5GlxSupport.la
  402. │   ├── libQt5GlxSupport.prl
  403. │   ├── libQt5Gui.la
  404. │   ├── libQt5Gui.prl
  405. │   ├── libQt5Gui.so -> libQt5Gui.so.5.10.0
  406. │   ├── libQt5Gui.so.5 -> libQt5Gui.so.5.10.0
  407. │   ├── libQt5Gui.so.5.10 -> libQt5Gui.so.5.10.0
  408. │   ├── libQt5Gui.so.5.10.0
  409. │   ├── libQt5Help.la
  410. │   ├── libQt5Help.prl
  411. │   ├── libQt5Help.so -> libQt5Help.so.5.10.0
  412. │   ├── libQt5Help.so.5 -> libQt5Help.so.5.10.0
  413. │   ├── libQt5Help.so.5.10 -> libQt5Help.so.5.10.0
  414. │   ├── libQt5Help.so.5.10.0
  415. │   ├── libQt5InputSupport.a
  416. │   ├── libQt5InputSupport.la
  417. │   ├── libQt5InputSupport.prl
  418. │   ├── libQt5KmsSupport.a
  419. │   ├── libQt5KmsSupport.la
  420. │   ├── libQt5KmsSupport.prl
  421. │   ├── libQt5LinuxAccessibilitySupport.a
  422. │   ├── libQt5LinuxAccessibilitySupport.la
  423. │   ├── libQt5LinuxAccessibilitySupport.prl
  424. │   ├── libQt5Location.la
  425. │   ├── libQt5Location.prl
  426. │   ├── libQt5Location.so -> libQt5Location.so.5.10.0
  427. │   ├── libQt5Location.so.5 -> libQt5Location.so.5.10.0
  428. │   ├── libQt5Location.so.5.10 -> libQt5Location.so.5.10.0
  429. │   ├── libQt5Location.so.5.10.0
  430. │   ├── libQt5Network.la
  431. │   ├── libQt5Network.prl
  432. │   ├── libQt5Network.so -> libQt5Network.so.5.10.0
  433. │   ├── libQt5Network.so.5 -> libQt5Network.so.5.10.0
  434. │   ├── libQt5Network.so.5.10 -> libQt5Network.so.5.10.0
  435. │   ├── libQt5Network.so.5.10.0
  436. │   ├── libQt5OpenGLExtensions.a
  437. │   ├── libQt5OpenGLExtensions.la
  438. │   ├── libQt5OpenGLExtensions.prl
  439. │   ├── libQt5OpenGL.la
  440. │   ├── libQt5OpenGL.prl
  441. │   ├── libQt5OpenGL.so -> libQt5OpenGL.so.5.10.0
  442. │   ├── libQt5OpenGL.so.5 -> libQt5OpenGL.so.5.10.0
  443. │   ├── libQt5OpenGL.so.5.10 -> libQt5OpenGL.so.5.10.0
  444. │   ├── libQt5OpenGL.so.5.10.0
  445. │   ├── libQt5PacketProtocol.a
  446. │   ├── libQt5PacketProtocol.la
  447. │   ├── libQt5PacketProtocol.prl
  448. │   ├── libQt5PlatformCompositorSupport.a
  449. │   ├── libQt5PlatformCompositorSupport.la
  450. │   ├── libQt5PlatformCompositorSupport.prl
  451. │   ├── libQt5Positioning.la
  452. │   ├── libQt5Positioning.prl
  453. │   ├── libQt5Positioning.so -> libQt5Positioning.so.5.10.0
  454. │   ├── libQt5Positioning.so.5 -> libQt5Positioning.so.5.10.0
  455. │   ├── libQt5Positioning.so.5.10 -> libQt5Positioning.so.5.10.0
  456. │   ├── libQt5Positioning.so.5.10.0
  457. │   ├── libQt5PrintSupport.la
  458. │   ├── libQt5PrintSupport.prl
  459. │   ├── libQt5PrintSupport.so -> libQt5PrintSupport.so.5.10.0
  460. │   ├── libQt5PrintSupport.so.5 -> libQt5PrintSupport.so.5.10.0
  461. │   ├── libQt5PrintSupport.so.5.10 -> libQt5PrintSupport.so.5.10.0
  462. │   ├── libQt5PrintSupport.so.5.10.0
  463. │   ├── libQt5QmlDebug.a
  464. │   ├── libQt5QmlDebug.la
  465. │   ├── libQt5QmlDebug.prl
  466. │   ├── libQt5QmlDevTools.a
  467. │   ├── libQt5QmlDevTools.la
  468. │   ├── libQt5QmlDevTools.prl
  469. │   ├── libQt5Qml.la
  470. │   ├── libQt5Qml.prl
  471. │   ├── libQt5Qml.so -> libQt5Qml.so.5.10.0
  472. │   ├── libQt5Qml.so.5 -> libQt5Qml.so.5.10.0
  473. │   ├── libQt5Qml.so.5.10 -> libQt5Qml.so.5.10.0
  474. │   ├── libQt5Qml.so.5.10.0
  475. │   ├── libQt5QuickControls2.la
  476. │   ├── libQt5QuickControls2.prl
  477. │   ├── libQt5QuickControls2.so -> libQt5QuickControls2.so.5.10.0
  478. │   ├── libQt5QuickControls2.so.5 -> libQt5QuickControls2.so.5.10.0
  479. │   ├── libQt5QuickControls2.so.5.10 -> libQt5QuickControls2.so.5.10.0
  480. │   ├── libQt5QuickControls2.so.5.10.0
  481. │   ├── libQt5Quick.la
  482. │   ├── libQt5QuickParticles.la
  483. │   ├── libQt5QuickParticles.prl
  484. │   ├── libQt5QuickParticles.so -> libQt5QuickParticles.so.5.10.0
  485. │   ├── libQt5QuickParticles.so.5 -> libQt5QuickParticles.so.5.10.0
  486. │   ├── libQt5QuickParticles.so.5.10 -> libQt5QuickParticles.so.5.10.0
  487. │   ├── libQt5QuickParticles.so.5.10.0
  488. │   ├── libQt5Quick.prl
  489. │   ├── libQt5Quick.so -> libQt5Quick.so.5.10.0
  490. │   ├── libQt5Quick.so.5 -> libQt5Quick.so.5.10.0
  491. │   ├── libQt5Quick.so.5.10 -> libQt5Quick.so.5.10.0
  492. │   ├── libQt5Quick.so.5.10.0
  493. │   ├── libQt5QuickTemplates2.la
  494. │   ├── libQt5QuickTemplates2.prl
  495. │   ├── libQt5QuickTemplates2.so -> libQt5QuickTemplates2.so.5.10.0
  496. │   ├── libQt5QuickTemplates2.so.5 -> libQt5QuickTemplates2.so.5.10.0
  497. │   ├── libQt5QuickTemplates2.so.5.10 -> libQt5QuickTemplates2.so.5.10.0
  498. │   ├── libQt5QuickTemplates2.so.5.10.0
  499. │   ├── libQt5QuickTest.la
  500. │   ├── libQt5QuickTest.prl
  501. │   ├── libQt5QuickTest.so -> libQt5QuickTest.so.5.10.0
  502. │   ├── libQt5QuickTest.so.5 -> libQt5QuickTest.so.5.10.0
  503. │   ├── libQt5QuickTest.so.5.10 -> libQt5QuickTest.so.5.10.0
  504. │   ├── libQt5QuickTest.so.5.10.0
  505. │   ├── libQt5QuickWidgets.la
  506. │   ├── libQt5QuickWidgets.prl
  507. │   ├── libQt5QuickWidgets.so -> libQt5QuickWidgets.so.5.10.0
  508. │   ├── libQt5QuickWidgets.so.5 -> libQt5QuickWidgets.so.5.10.0
  509. │   ├── libQt5QuickWidgets.so.5.10 -> libQt5QuickWidgets.so.5.10.0
  510. │   ├── libQt5QuickWidgets.so.5.10.0
  511. │   ├── libQt5Script.la
  512. │   ├── libQt5Script.prl
  513. │   ├── libQt5Script.so -> libQt5Script.so.5.10.0
  514. │   ├── libQt5Script.so.5 -> libQt5Script.so.5.10.0
  515. │   ├── libQt5Script.so.5.10 -> libQt5Script.so.5.10.0
  516. │   ├── libQt5Script.so.5.10.0
  517. │   ├── libQt5ScriptTools.la
  518. │   ├── libQt5ScriptTools.prl
  519. │   ├── libQt5ScriptTools.so -> libQt5ScriptTools.so.5.10.0
  520. │   ├── libQt5ScriptTools.so.5 -> libQt5ScriptTools.so.5.10.0
  521. │   ├── libQt5ScriptTools.so.5.10 -> libQt5ScriptTools.so.5.10.0
  522. │   ├── libQt5ScriptTools.so.5.10.0
  523. │   ├── libQt5ServiceSupport.a
  524. │   ├── libQt5ServiceSupport.la
  525. │   ├── libQt5ServiceSupport.prl
  526. │   ├── libQt5Sql.la
  527. │   ├── libQt5Sql.prl
  528. │   ├── libQt5Sql.so -> libQt5Sql.so.5.10.0
  529. │   ├── libQt5Sql.so.5 -> libQt5Sql.so.5.10.0
  530. │   ├── libQt5Sql.so.5.10 -> libQt5Sql.so.5.10.0
  531. │   ├── libQt5Sql.so.5.10.0
  532. │   ├── libQt5Test.la
  533. │   ├── libQt5Test.prl
  534. │   ├── libQt5Test.so -> libQt5Test.so.5.10.0
  535. │   ├── libQt5Test.so.5 -> libQt5Test.so.5.10.0
  536. │   ├── libQt5Test.so.5.10 -> libQt5Test.so.5.10.0
  537. │   ├── libQt5Test.so.5.10.0
  538. │   ├── libQt5ThemeSupport.a
  539. │   ├── libQt5ThemeSupport.la
  540. │   ├── libQt5ThemeSupport.prl
  541. │   ├── libQt5UiTools.a
  542. │   ├── libQt5UiTools.la
  543. │   ├── libQt5UiTools.prl
  544. │   ├── libQt5WebChannel.la
  545. │   ├── libQt5WebChannel.prl
  546. │   ├── libQt5WebChannel.so -> libQt5WebChannel.so.5.10.0
  547. │   ├── libQt5WebChannel.so.5 -> libQt5WebChannel.so.5.10.0
  548. │   ├── libQt5WebChannel.so.5.10 -> libQt5WebChannel.so.5.10.0
  549. │   ├── libQt5WebChannel.so.5.10.0
  550. │   ├── libQt5WebEngineCore.la
  551. │   ├── libQt5WebEngineCore.prl
  552. │   ├── libQt5WebEngineCore.so -> libQt5WebEngineCore.so.5.10.0
  553. │   ├── libQt5WebEngineCore.so.5 -> libQt5WebEngineCore.so.5.10.0
  554. │   ├── libQt5WebEngineCore.so.5.10 -> libQt5WebEngineCore.so.5.10.0
  555. │   ├── libQt5WebEngineCore.so.5.10.0
  556. │   ├── libQt5WebEngine.la
  557. │   ├── libQt5WebEngine.prl
  558. │   ├── libQt5WebEngine.so -> libQt5WebEngine.so.5.10.0
  559. │   ├── libQt5WebEngine.so.5 -> libQt5WebEngine.so.5.10.0
  560. │   ├── libQt5WebEngine.so.5.10 -> libQt5WebEngine.so.5.10.0
  561. │   ├── libQt5WebEngine.so.5.10.0
  562. │   ├── libQt5WebEngineWidgets.la
  563. │   ├── libQt5WebEngineWidgets.prl
  564. │   ├── libQt5WebEngineWidgets.so -> libQt5WebEngineWidgets.so.5.10.0
  565. │   ├── libQt5WebEngineWidgets.so.5 -> libQt5WebEngineWidgets.so.5.10.0
  566. │   ├── libQt5WebEngineWidgets.so.5.10 -> libQt5WebEngineWidgets.so.5.10.0
  567. │   ├── libQt5WebEngineWidgets.so.5.10.0
  568. │   ├── libQt5Widgets.la
  569. │   ├── libQt5Widgets.prl
  570. │   ├── libQt5Widgets.so -> libQt5Widgets.so.5.10.0
  571. │   ├── libQt5Widgets.so.5 -> libQt5Widgets.so.5.10.0
  572. │   ├── libQt5Widgets.so.5.10 -> libQt5Widgets.so.5.10.0
  573. │   ├── libQt5Widgets.so.5.10.0
  574. │   ├── libQt5XcbQpa.la
  575. │   ├── libQt5XcbQpa.prl
  576. │   ├── libQt5XcbQpa.so -> libQt5XcbQpa.so.5.10.0
  577. │   ├── libQt5XcbQpa.so.5 -> libQt5XcbQpa.so.5.10.0
  578. │   ├── libQt5XcbQpa.so.5.10 -> libQt5XcbQpa.so.5.10.0
  579. │   ├── libQt5XcbQpa.so.5.10.0
  580. │   ├── libQt5Xml.la
  581. │   ├── libQt5XmlPatterns.la
  582. │   ├── libQt5XmlPatterns.prl
  583. │   ├── libQt5XmlPatterns.so -> libQt5XmlPatterns.so.5.10.0
  584. │   ├── libQt5XmlPatterns.so.5 -> libQt5XmlPatterns.so.5.10.0
  585. │   ├── libQt5XmlPatterns.so.5.10 -> libQt5XmlPatterns.so.5.10.0
  586. │   ├── libQt5XmlPatterns.so.5.10.0
  587. │   ├── libQt5Xml.prl
  588. │   ├── libQt5Xml.so -> libQt5Xml.so.5.10.0
  589. │   ├── libQt5Xml.so.5 -> libQt5Xml.so.5.10.0
  590. │   ├── libQt5Xml.so.5.10 -> libQt5Xml.so.5.10.0
  591. │   ├── libQt5Xml.so.5.10.0
  592. │   ├── pkgconfig
  593. │   │   ├── Qt5Concurrent.pc
  594. │   │   ├── Qt5Core.pc
  595. │   │   ├── Qt5DBus.pc
  596. │   │   ├── Qt5Designer.pc
  597. │   │   ├── Qt5Gui.pc
  598. │   │   ├── Qt5Help.pc
  599. │   │   ├── Qt5Location.pc
  600. │   │   ├── Qt5Network.pc
  601. │   │   ├── Qt5OpenGLExtensions.pc
  602. │   │   ├── Qt5OpenGL.pc
  603. │   │   ├── Qt5Positioning.pc
  604. │   │   ├── Qt5PrintSupport.pc
  605. │   │   ├── Qt5Qml.pc
  606. │   │   ├── Qt5QuickControls2.pc
  607. │   │   ├── Qt5Quick.pc
  608. │   │   ├── Qt5QuickTest.pc
  609. │   │   ├── Qt5QuickWidgets.pc
  610. │   │   ├── Qt5Script.pc
  611. │   │   ├── Qt5ScriptTools.pc
  612. │   │   ├── Qt5Sql.pc
  613. │   │   ├── Qt5Test.pc
  614. │   │   ├── Qt5UiTools.pc
  615. │   │   ├── Qt5WebChannel.pc
  616. │   │   ├── Qt5WebEngineCore.pc
  617. │   │   ├── Qt5WebEngine.pc
  618. │   │   ├── Qt5WebEngineWidgets.pc
  619. │   │   ├── Qt5Widgets.pc
  620. │   │   ├── Qt5XmlPatterns.pc
  621. │   │   └── Qt5Xml.pc
  622. │   └── qbs
  623. │   └── plugins
  624. │   ├── libclangcompilationdbgenerator.so
  625. │   ├── libqbs_cpp_scanner.so
  626. │   ├── libqbs_qt_scanner.so
  627. │   └── libvisualstudiogenerator.so
  628. ├── libexec
  629. │   ├── qbs
  630. │   │   ├── dmgbuild
  631. │   │   └── qbs_processlauncher
  632. │   ├── qtcreator
  633. │   │   ├── buildoutputparser
  634. │   │   ├── clangbackend
  635. │   │   ├── cpaster
  636. │   │   ├── qml2puppet
  637. │   │   ├── qtcreator_process_stub
  638. │   │   ├── qtpromaker
  639. │   │   └── sdktool
  640. │   └── QtWebEngineProcess
  641. ├── plugins
  642. │   ├── bearer
  643. │   │   ├── libqconnmanbearer.so
  644. │   │   ├── libqgenericbearer.so
  645. │   │   └── libqnmbearer.so
  646. │   ├── designer
  647. │   │   ├── libcontainerextension.so
  648. │   │   ├── libcustomwidgetplugin.so
  649. │   │   ├── libqquickwidget.so
  650. │   │   ├── libtaskmenuextension.so
  651. │   │   └── libworldtimeclockplugin.so
  652. │   ├── generic
  653. │   │   ├── libqevdevkeyboardplugin.so
  654. │   │   ├── libqevdevmouseplugin.so
  655. │   │   ├── libqevdevtabletplugin.so
  656. │   │   ├── libqevdevtouchplugin.so
  657. │   │   └── libqtuiotouchplugin.so
  658. │   ├── geoservices
  659. │   │   ├── libqtgeoservices_esri.so
  660. │   │   ├── libqtgeoservices_itemsoverlay.so
  661. │   │   ├── libqtgeoservices_mapbox.so
  662. │   │   ├── libqtgeoservices_nokia.so
  663. │   │   └── libqtgeoservices_osm.so
  664. │   ├── imageformats
  665. │   │   ├── libqgif.so
  666. │   │   ├── libqico.so
  667. │   │   └── libqjpeg.so
  668. │   ├── platforminputcontexts
  669. │   │   ├── libcomposeplatforminputcontextplugin.so
  670. │   │   └── libibusplatforminputcontextplugin.so
  671. │   ├── platforms
  672. │   │   ├── libqlinuxfb.so
  673. │   │   ├── libqminimal.so
  674. │   │   ├── libqoffscreen.so
  675. │   │   ├── libqvnc.so
  676. │   │   └── libqxcb.so
  677. │   ├── platformthemes
  678. │   │   └── libqgtk3.so
  679. │   ├── position
  680. │   │   ├── libqtposition_geoclue.so
  681. │   │   └── libqtposition_positionpoll.so
  682. │   ├── printsupport
  683. │   │   └── libcupsprintersupport.so
  684. │   ├── qmltooling
  685. │   │   ├── libqmldbg_debugger.so
  686. │   │   ├── libqmldbg_inspector.so
  687. │   │   ├── libqmldbg_local.so
  688. │   │   ├── libqmldbg_messages.so
  689. │   │   ├── libqmldbg_nativedebugger.so
  690. │   │   ├── libqmldbg_native.so
  691. │   │   ├── libqmldbg_profiler.so
  692. │   │   ├── libqmldbg_quickprofiler.so
  693. │   │   ├── libqmldbg_server.so
  694. │   │   └── libqmldbg_tcp.so
  695. │   ├── sqldrivers
  696. │   │   ├── libqsqlite.so
  697. │   │   ├── libqsqlmysql.so
  698. │   │   ├── libqsqlodbc.so
  699. │   │   ├── libqsqlpsql.so
  700. │   │   └── libqsqltds.so
  701. │   └── xcbglintegrations
  702. │   └── libqxcb-glx-integration.so
  703. └── share
  704. ├── applications
  705. │   └── org.qt-project.qtcreator.desktop
  706. ├── icons
  707. ├── metainfo
  708. │   └── org.qt-project.qtcreator.appdata.xml
  709. ├── qbs
  710. │   ├── imports
  711. │   │   └── qbs
  712. │   │   ├── base
  713. │   │   │   ├── AndroidApk.qbs
  714. │   │   │   ├── AppleApplicationDiskImage.qbs
  715. │   │   │   ├── AppleDiskImage.qbs
  716. │   │   │   ├── ApplicationExtension.qbs
  717. │   │   │   ├── Application.qbs
  718. │   │   │   ├── AutotestRunner.qbs
  719. │   │   │   ├── CppApplication.qbs
  720. │   │   │   ├── DynamicLibrary.qbs
  721. │   │   │   ├── InnoSetup.qbs
  722. │   │   │   ├── InstallPackage.qbs
  723. │   │   │   ├── JavaClassCollection.qbs
  724. │   │   │   ├── JavaJarFile.qbs
  725. │   │   │   ├── Library.qbs
  726. │   │   │   ├── LoadableModule.qbs
  727. │   │   │   ├── NativeBinary.qbs
  728. │   │   │   ├── NetModule.qbs
  729. │   │   │   ├── NodeJSApplication.qbs
  730. │   │   │   ├── NSISSetup.qbs
  731. │   │   │   ├── QtApplication.qbs
  732. │   │   │   ├── QtGuiApplication.qbs
  733. │   │   │   ├── StaticLibrary.qbs
  734. │   │   │   ├── WindowsInstallerPackage.qbs
  735. │   │   │   ├── WindowsSetupPackage.qbs
  736. │   │   │   └── XPCService.qbs
  737. │   │   ├── BundleTools
  738. │   │   │   └── bundle-tools.js
  739. │   │   ├── DarwinTools
  740. │   │   │   └── darwin-tools.js
  741. │   │   ├── ModUtils
  742. │   │   │   └── utils.js
  743. │   │   ├── PathTools
  744. │   │   │   └── path-tools.js
  745. │   │   ├── Probes
  746. │   │   │   ├── AndroidNdkProbe.qbs
  747. │   │   │   ├── AndroidSdkProbe.qbs
  748. │   │   │   ├── BinaryProbe.qbs
  749. │   │   │   ├── FrameworkProbe.qbs
  750. │   │   │   ├── GccProbe.qbs
  751. │   │   │   ├── GccVersionProbe.qbs
  752. │   │   │   ├── IncludeProbe.qbs
  753. │   │   │   ├── InnoSetupProbe.qbs
  754. │   │   │   ├── JdkProbe.qbs
  755. │   │   │   ├── JdkVersionProbe.qbs
  756. │   │   │   ├── MsvcProbe.qbs
  757. │   │   │   ├── NodeJsProbe.qbs
  758. │   │   │   ├── NpmProbe.qbs
  759. │   │   │   ├── path-probe.js
  760. │   │   │   ├── PathProbe.qbs
  761. │   │   │   ├── PkgConfigProbe.qbs
  762. │   │   │   ├── TypeScriptProbe.qbs
  763. │   │   │   ├── WiXProbe.qbs
  764. │   │   │   └── XcodeProbe.qbs
  765. │   │   ├── UnixUtils
  766. │   │   │   └── unix-utils.js
  767. │   │   └── WindowsUtils
  768. │   │   └── windows-utils.js
  769. │   └── modules
  770. │   ├── Android
  771. │   │   ├── ndk
  772. │   │   │   ├── ndk.qbs
  773. │   │   │   └── utils.js
  774. │   │   └── sdk
  775. │   │   ├── sdk.qbs
  776. │   │   └── utils.js
  777. │   ├── archiver
  778. │   │   └── archiver.qbs
  779. │   ├── bundle
  780. │   │   ├── bundle.js
  781. │   │   ├── BundleModule.qbs
  782. │   │   ├── MacOSX-Package-Types.xcspec
  783. │   │   └── MacOSX-Product-Types.xcspec
  784. │   ├── cli
  785. │   │   ├── cli.js
  786. │   │   ├── CLIModule.qbs
  787. │   │   ├── mono.qbs
  788. │   │   └── windows-dotnet.qbs
  789. │   ├── cpp
  790. │   │   ├── android-gcc.qbs
  791. │   │   ├── CppModule.qbs
  792. │   │   ├── DarwinGCC.qbs
  793. │   │   ├── darwin.js
  794. │   │   ├── freebsd-gcc.qbs
  795. │   │   ├── freebsd.js
  796. │   │   ├── gcc.js
  797. │   │   ├── GenericGCC.qbs
  798. │   │   ├── genericunix-gcc.qbs
  799. │   │   ├── ios-gcc.qbs
  800. │   │   ├── LinuxGCC.qbs
  801. │   │   ├── macos-gcc.qbs
  802. │   │   ├── msvc.js
  803. │   │   ├── qnx-qcc.qbs
  804. │   │   ├── tvos-gcc.qbs
  805. │   │   ├── UnixGCC.qbs
  806. │   │   ├── watchos-gcc.qbs
  807. │   │   ├── windows-mingw.qbs
  808. │   │   └── windows-msvc.qbs
  809. │   ├── cpufeatures
  810. │   │   └── cpufeatures.qbs
  811. │   ├── dmg
  812. │   │   ├── dmg.js
  813. │   │   └── DMGModule.qbs
  814. │   ├── ib
  815. │   │   ├── ib.js
  816. │   │   └── IBModule.qbs
  817. │   ├── innosetup
  818. │   │   └── InnoSetupModule.qbs
  819. │   ├── java
  820. │   │   ├── io
  821. │   │   │   └── qt
  822. │   │   │   └── qbs
  823. │   │   │   ├── Artifact.java
  824. │   │   │   ├── ArtifactListJsonWriter.java
  825. │   │   │   ├── ArtifactListWriter.java
  826. │   │   │   └── tools
  827. │   │   │   ├── JavaCompilerScannerTool.java
  828. │   │   │   └── utils
  829. │   │   │   ├── JavaCompilerOptions.java
  830. │   │   │   ├── JavaCompilerScanner.java
  831. │   │   │   └── NullFileObject.java
  832. │   │   ├── JavaModule.qbs
  833. │   │   └── utils.js
  834. │   ├── lex_yacc
  835. │   │   ├── lexyacc.js
  836. │   │   └── lexyacc.qbs
  837. │   ├── nodejs
  838. │   │   ├── nodejs.js
  839. │   │   └── NodeJS.qbs
  840. │   ├── nsis
  841. │   │   └── NSISModule.qbs
  842. │   ├── qbs
  843. │   │   └── common.qbs
  844. │   ├── qnx
  845. │   │   └── qnx.qbs
  846. │   ├── typescript
  847. │   │   ├── qbs-tsc-scan
  848. │   │   │   └── qbs-tsc-scan.ts
  849. │   │   ├── typescript.js
  850. │   │   └── TypeScriptModule.qbs
  851. │   ├── vcs
  852. │   │   └── vcs-module.qbs
  853. │   ├── wix
  854. │   │   └── WiXModule.qbs
  855. │   └── xcode
  856. │   ├── xcode.js
  857. │   └── xcode.qbs
  858. └── qtcreator
  859. ├── cplusplus
  860. │   └── wrappedQtHeaders
  861. │   └── QtCore
  862. │   └── qobjectdefs.h
  863. ├── debugger
  864. │   ├── boosttypes.py
  865. │   ├── cdbbridge.py
  866. │   ├── creatortypes.py
  867. │   ├── dumper.py
  868. │   ├── gdbbridge.py
  869. │   ├── LICENSE.GPL3-EXCEPT
  870. │   ├── lldbbridge.py
  871. │   ├── misctypes.py
  872. │   ├── opencvtypes.py
  873. │   ├── pdbbridge.py
  874. │   ├── personaltypes.py
  875. │   ├── qttypes.py
  876. │   ├── README.txt
  877. │   └── stdtypes.py
  878. ├── externaltools
  879. │   ├── lrelease.xml
  880. │   ├── lupdate.xml
  881. │   ├── qmlscene.xml
  882. │   ├── qmlviewer.xml
  883. │   └── vi.xml
  884. ├── fonts
  885. │   ├── SourceCodePro-Bold.ttf
  886. │   ├── SourceCodePro-It.ttf
  887. │   ├── SourceCodePro-Regular.ttf
  888. │   └── SourceCodePro.txt
  889. ├── generic-highlighter
  890. │   ├── alert.xml
  891. │   ├── autoconf.xml
  892. │   ├── bash.xml
  893. │   ├── cmake.xml
  894. │   ├── css.xml
  895. │   ├── doxygen.xml
  896. │   ├── dtd.xml
  897. │   ├── html.xml
  898. │   ├── ini.xml
  899. │   ├── javadoc.xml
  900. │   ├── java.xml
  901. │   ├── json.xml
  902. │   ├── makefile.xml
  903. │   ├── perl.xml
  904. │   ├── ruby.xml
  905. │   ├── valgrind-suppression.xml
  906. │   ├── xml.xml
  907. │   └── yacc.xml
  908. ├── glsl
  909. │   ├── glsl_120_common.glsl
  910. │   ├── glsl_120.frag
  911. │   ├── glsl_120.vert
  912. │   ├── glsl_es_100_common.glsl
  913. │   ├── glsl_es_100.frag
  914. │   └── glsl_es_100.vert
  915. ├── modeleditor
  916. │   └── standard.def
  917. ├── qmldesigner
  918. │   ├── common
  919. │   │   └── DesignerScrollViewStyle.qml
  920. │   ├── itemLibraryQmlSources
  921. │   │   ├── ItemDelegate.qml
  922. │   │   └── ItemsView.qml
  923. │   ├── propertyEditorQmlSources
  924. │   │   ├── imports
  925. │   │   │   └── HelperWidgets
  926. │   │   │   ├── AligmentHorizontalButtons.qml
  927. │   │   │   ├── AligmentVerticalButtons.qml
  928. │   │   │   ├── AnchorButtons.qml
  929. │   │   │   ├── BoolButtonRowButton.qml
  930. │   │   │   ├── Button.qml
  931. │   │   │   ├── ButtonRow2.qml
  932. │   │   │   ├── ButtonRowButton.qml
  933. │   │   │   ├── ButtonRow.qml
  934. │   │   │   ├── CheckBox.qml
  935. │   │   │   ├── ColorButton.qml
  936. │   │   │   ├── ColorCheckButton.qml
  937. │   │   │   ├── ColorEditor.qml
  938. │   │   │   ├── ColorLogic.qml
  939. │   │   │   ├── ComboBox.qml
  940. │   │   │   ├── Constants.js
  941. │   │   │   ├── CustomCheckBoxStyle.qml
  942. │   │   │   ├── CustomComboBoxStyle.qml
  943. │   │   │   ├── CustomSpinBoxStyle.qml
  944. │   │   │   ├── DoubleSpinBox.qml
  945. │   │   │   ├── ExpandingSpacer.qml
  946. │   │   │   ├── ExpressionTextField.qml
  947. │   │   │   ├── ExtendedFunctionButton.qml
  948. │   │   │   ├── FlickableSection.qml
  949. │   │   │   ├── FontComboBox.qml
  950. │   │   │   ├── FontSection.qml
  951. │   │   │   ├── FontStyleButtons.qml
  952. │   │   │   ├── GradientLine.qml
  953. │   │   │   ├── GroupBox.qml
  954. │   │   │   ├── HueSlider.qml
  955. │   │   │   ├── IconLabel.qml
  956. │   │   │   ├── images
  957. │   │   │   │   ├── checkers.png
  958. │   │   │   │   ├── down-arrow@2x.png
  959. │   │   │   │   ├── down-arrow.png
  960. │   │   │   │   ├── expression@2x.png
  961. │   │   │   │   ├── expression.png
  962. │   │   │   │   ├── icon_color_gradient.png
  963. │   │   │   │   ├── icon_color_none.png
  964. │   │   │   │   ├── icon_color_solid.png
  965. │   │   │   │   ├── placeholder@2x.png
  966. │   │   │   │   ├── placeholder.png
  967. │   │   │   │   ├── submenu@2x.png
  968. │   │   │   │   ├── submenu.png
  969. │   │   │   │   ├── up-arrow@2x.png
  970. │   │   │   │   └── up-arrow.png
  971. │   │   │   ├── Label.qml
  972. │   │   │   ├── LineEdit.qml
  973. │   │   │   ├── MarginSection.qml
  974. │   │   │   ├── OriginControl.qml
  975. │   │   │   ├── PaddingSection.qml
  976. │   │   │   ├── qmldir
  977. │   │   │   ├── RoundedPanel.qml
  978. │   │   │   ├── ScrollView.qml
  979. │   │   │   ├── SecondColumnLayout.qml
  980. │   │   │   ├── SectionLayout.qml
  981. │   │   │   ├── Section.qml
  982. │   │   │   ├── SpinBox.qml
  983. │   │   │   ├── StandardTextSection.qml
  984. │   │   │   ├── Tab.qml
  985. │   │   │   ├── TabView.qml
  986. │   │   │   ├── ToolTipArea.qml
  987. │   │   │   └── UrlChooser.qml
  988. │   │   ├── PropertyTemplates
  989. │   │   │   ├── BooleanEditorTemplate.template
  990. │   │   │   ├── ColorEditorTemplate.template
  991. │   │   │   ├── IntEditorTemplate.template
  992. │   │   │   ├── RealEditorTemplate.template
  993. │   │   │   ├── StringEditorTemplate.template
  994. │   │   │   ├── TemplateTypes.qml
  995. │   │   │   └── UrlEditorTemplate.template
  996. │   │   └── QtQuick
  997. │   │   ├── AdvancedSection.qml
  998. │   │   ├── AnchorRow.qml
  999. │   │   ├── BorderImageSpecifics.qml
  1000. │   │   ├── ColumnSpecifics.qml
  1001. │   │   ├── Controls
  1002. │   │   │   ├── DialogSpecifics.qml
  1003. │   │   │   ├── DrawerSpecifics.qml
  1004. │   │   │   ├── PopupSection.qml
  1005. │   │   │   └── PopupSpecifics.qml
  1006. │   │   ├── emptyPane.qml
  1007. │   │   ├── FlickableSpecifics.qml
  1008. │   │   ├── FlipableSpecifics.qml
  1009. │   │   ├── FlowSpecifics.qml
  1010. │   │   ├── GeometrySection.qml
  1011. │   │   ├── GridSpecifics.qml
  1012. │   │   ├── GridViewSpecifics.qml
  1013. │   │   ├── ImageSpecifics.qml
  1014. │   │   ├── ItemPane.qml
  1015. │   │   ├── LayoutPoperties.qml
  1016. │   │   ├── Layouts
  1017. │   │   │   └── GridLayoutSpecifics.qml
  1018. │   │   ├── LayoutSection.qml
  1019. │   │   ├── ListViewSpecifics.qml
  1020. │   │   ├── MouseAreaSpecifics.qml
  1021. │   │   ├── PathViewSpecifics.qml
  1022. │   │   ├── project.qmlproject
  1023. │   │   ├── QtObjectPane.qml
  1024. │   │   ├── RectangleSpecifics.qml
  1025. │   │   ├── RowSpecifics.qml
  1026. │   │   ├── TargetComboBox.qml
  1027. │   │   ├── TextEditSpecifics.qml
  1028. │   │   ├── TextInputSection.qml
  1029. │   │   ├── TextInputSpecifics.qml
  1030. │   │   ├── TextSpecifics.qml
  1031. │   │   └── Window
  1032. │   │   └── WindowSpecifics.qml
  1033. │   └── statesEditorQmlSources
  1034. │   ├── DesignerTextFieldStyle.qml
  1035. │   ├── StatesDelegate.qml
  1036. │   └── StatesList.qml
  1037. ├── qmlicons
  1038. │   ├── Qt
  1039. │   │   └── 16x16
  1040. │   │   ├── BorderImage.png
  1041. │   │   ├── BusyIndicator.png
  1042. │   │   ├── ButtonColumn.png
  1043. │   │   ├── Button.png
  1044. │   │   ├── ButtonRow.png
  1045. │   │   ├── CheckBox.png
  1046. │   │   ├── ChoiceList.png
  1047. │   │   ├── ColorAnimation.png
  1048. │   │   ├── Component.png
  1049. │   │   ├── CountBubble.png
  1050. │   │   ├── DatePickerDialog.png
  1051. │   │   ├── Flickable.png
  1052. │   │   ├── Flipable.png
  1053. │   │   ├── FocusScope.png
  1054. │   │   ├── GridView.png
  1055. │   │   ├── Image.png
  1056. │   │   ├── InfoBanner.png
  1057. │   │   ├── item-icon16.png
  1058. │   │   ├── Item.png
  1059. │   │   ├── ListButton.png
  1060. │   │   ├── ListDelegate.png
  1061. │   │   ├── ListView.png
  1062. │   │   ├── MoreIndicator.png
  1063. │   │   ├── MouseArea.png
  1064. │   │   ├── PageIndicator.png
  1065. │   │   ├── ParallelAnimation.png
  1066. │   │   ├── PathView.png
  1067. │   │   ├── PauseAnimation.png
  1068. │   │   ├── ProgressBar.png
  1069. │   │   ├── PropertyChanges.png
  1070. │   │   ├── RadioButton.png
  1071. │   │   ├── RatingIndicator.png
  1072. │   │   ├── Rectangle.png
  1073. │   │   ├── SequentialAnimation.png
  1074. │   │   ├── Slider.png
  1075. │   │   ├── State.png
  1076. │   │   ├── Switch.png
  1077. │   │   ├── TabBar.png
  1078. │   │   ├── TabButton.png
  1079. │   │   ├── TextArea.png
  1080. │   │   ├── TextEdit.png
  1081. │   │   ├── TextField.png
  1082. │   │   ├── TextInput.png
  1083. │   │   ├── Text.png
  1084. │   │   ├── TimePickerDialog.png
  1085. │   │   ├── ToolBar.png
  1086. │   │   ├── Transition.png
  1087. │   │   ├── TumblerButton.png
  1088. │   │   ├── TumblerColumn.png
  1089. │   │   ├── TumblerDialog.png
  1090. │   │   ├── Tumbler.png
  1091. │   │   └── Window.png
  1092. │   └── QtWebkit
  1093. │   └── 16x16
  1094. │   └── WebView.png
  1095. ├── qml-type-descriptions
  1096. │   ├── builtins.qmltypes
  1097. │   ├── qbs-bundle.json
  1098. │   ├── qbs.qmltypes
  1099. │   ├── qmlproject-bundle.json
  1100. │   ├── qmlproject.qmltypes
  1101. │   ├── qmlruntime.qmltypes
  1102. │   ├── qmltypes-bundle.json
  1103. │   ├── qt4QtQuick1-bundle.json
  1104. │   ├── qt5QtQuick1-bundle.json
  1105. │   ├── qt5QtQuick2-bundle.json
  1106. │   ├── qt-labs-folderlistmodel.qmltypes
  1107. │   ├── qt-labs-gestures.qmltypes
  1108. │   ├── qt-labs-particles.qmltypes
  1109. │   ├── qtmobility-connectivity.qmltypes
  1110. │   ├── qtmobility-contacts.qmltypes
  1111. │   ├── qtmobility-feedback.qmltypes
  1112. │   ├── qtmobility-gallery.qmltypes
  1113. │   ├── qtmobility-location.qmltypes
  1114. │   ├── qtmobility-messaging.qmltypes
  1115. │   ├── qtmobility-organizer.qmltypes
  1116. │   ├── qtmobility-publishsubscribe.qmltypes
  1117. │   ├── qtmobility-sensors.qmltypes
  1118. │   ├── qtmobility-serviceframework.qmltypes
  1119. │   ├── qtmobility-systeminfo.qmltypes
  1120. │   ├── qtmultimediakit.qmltypes
  1121. │   └── qtwebkit.qmltypes
  1122. ├── schemes
  1123. │   ├── MS_Visual_C++.kms
  1124. │   └── Xcode.kms
  1125. ├── snippets
  1126. │   ├── cpp.xml
  1127. │   ├── qml.xml
  1128. │   └── text.xml
  1129. ├── styles
  1130. │   ├── creator-dark.xml
  1131. │   ├── dark.xml
  1132. │   ├── default_classic.xml
  1133. │   ├── default.xml
  1134. │   ├── grayscale.xml
  1135. │   ├── inkpot.xml
  1136. │   ├── intellij.xml
  1137. │   ├── modnokai_night_shift_v2.xml
  1138. │   ├── solarized-dark.xml
  1139. │   └── solarized-light.xml
  1140. ├── templates
  1141. │   ├── qt4project
  1142. │   │   ├── customwidgetwizard
  1143. │   │   │   ├── tpl_collection.cpp
  1144. │   │   │   ├── tpl_collection.h
  1145. │   │   │   ├── tpl_plugin.pro
  1146. │   │   │   ├── tpl_resources.qrc
  1147. │   │   │   ├── tpl_single.cpp
  1148. │   │   │   ├── tpl_single.h
  1149. │   │   │   ├── tpl_widget.cpp
  1150. │   │   │   ├── tpl_widget.h
  1151. │   │   │   ├── tpl_widget_include.pri
  1152. │   │   │   └── tpl_widget_lib.pro
  1153. │   │   ├── main.cpp
  1154. │   │   ├── mywidget.cpp
  1155. │   │   ├── mywidget_form.cpp
  1156. │   │   ├── mywidget_form.h
  1157. │   │   ├── mywidget.h
  1158. │   │   └── widget.ui
  1159. │   └── wizards
  1160. │   ├── autotest
  1161. │   │   ├── autotest@2x.png
  1162. │   │   ├── autotest.png
  1163. │   │   ├── files
  1164. │   │   │   ├── googlecommon.js
  1165. │   │   │   ├── gtest_dependency.pri
  1166. │   │   │   ├── tst_main.cpp
  1167. │   │   │   ├── tst.pro
  1168. │   │   │   ├── tst.qbs
  1169. │   │   │   ├── tst_src.cpp
  1170. │   │   │   ├── tst_src.h
  1171. │   │   │   └── tst.txt
  1172. │   │   └── wizard.json
  1173. │   ├── classes
  1174. │   │   ├── cpp
  1175. │   │   │   ├── file.cpp
  1176. │   │   │   ├── file.h
  1177. │   │   │   └── wizard.json
  1178. │   │   ├── itemmodel
  1179. │   │   │   ├── itemmodel.cpp
  1180. │   │   │   ├── itemmodel.h
  1181. │   │   │   ├── listmodel.cpp
  1182. │   │   │   ├── listmodel.h
  1183. │   │   │   ├── tablemodel.cpp
  1184. │   │   │   ├── tablemodel.h
  1185. │   │   │   └── wizard.json
  1186. │   │   ├── python
  1187. │   │   │   ├── file.py
  1188. │   │   │   └── wizard.json
  1189. │   │   └── qtquickui
  1190. │   │   ├── fileForm.ui.qml.tpl
  1191. │   │   ├── file.qml.tpl
  1192. │   │   └── wizard.json
  1193. │   ├── codesnippet
  1194. │   │   ├── main.cpp
  1195. │   │   ├── project.pro
  1196. │   │   └── wizard.xml
  1197. │   ├── files
  1198. │   │   ├── cppheader
  1199. │   │   │   ├── file.h
  1200. │   │   │   └── wizard.json
  1201. │   │   ├── cppsource
  1202. │   │   │   ├── file.cpp
  1203. │   │   │   └── wizard.json
  1204. │   │   ├── form
  1205. │   │   │   ├── file.ui
  1206. │   │   │   └── wizard.json
  1207. │   │   ├── glsl
  1208. │   │   │   ├── gl
  1209. │   │   │   │   ├── fragment
  1210. │   │   │   │   │   ├── file.frag
  1211. │   │   │   │   │   └── wizard.json
  1212. │   │   │   │   └── vertex
  1213. │   │   │   │   ├── file.vert
  1214. │   │   │   │   └── wizard.json
  1215. │   │   │   └── gles
  1216. │   │   │   ├── fragment
  1217. │   │   │   │   ├── file.fsh
  1218. │   │   │   │   └── wizard.json
  1219. │   │   │   └── vertex
  1220. │   │   │   ├── file.vsh
  1221. │   │   │   └── wizard.json
  1222. │   │   ├── java
  1223. │   │   │   ├── source.java
  1224. │   │   │   └── wizard.json
  1225. │   │   ├── js
  1226. │   │   │   ├── file.js
  1227. │   │   │   └── wizard.json
  1228. │   │   ├── modeling
  1229. │   │   │   ├── file.qmodel
  1230. │   │   │   └── wizard.json
  1231. │   │   ├── nim
  1232. │   │   │   ├── file.nim
  1233. │   │   │   └── wizard.json
  1234. │   │   ├── nimscript
  1235. │   │   │   ├── file.nims
  1236. │   │   │   └── wizard.json
  1237. │   │   ├── python
  1238. │   │   │   ├── file.py
  1239. │   │   │   └── wizard.json
  1240. │   │   ├── qrc
  1241. │   │   │   ├── file.qrc
  1242. │   │   │   └── wizard.json
  1243. │   │   ├── qtquick2
  1244. │   │   │   ├── file.qml.tpl
  1245. │   │   │   └── wizard.json
  1246. │   │   ├── scratch
  1247. │   │   │   ├── file.txt
  1248. │   │   │   └── wizard.json
  1249. │   │   ├── scxml
  1250. │   │   │   ├── file.scxml
  1251. │   │   │   └── wizard.json
  1252. │   │   └── text
  1253. │   │   ├── file.txt
  1254. │   │   └── wizard.json
  1255. │   ├── global
  1256. │   │   ├── consoleapplication@2x.png
  1257. │   │   ├── consoleapplication.png
  1258. │   │   ├── guiapplication@2x.png
  1259. │   │   └── guiapplication.png
  1260. │   ├── projects
  1261. │   │   ├── consoleapp
  1262. │   │   │   ├── CMakeLists.txt
  1263. │   │   │   ├── file.pro
  1264. │   │   │   ├── file.qbs
  1265. │   │   │   ├── main.cpp
  1266. │   │   │   └── wizard.json
  1267. │   │   ├── git.ignore
  1268. │   │   ├── nim
  1269. │   │   │   ├── file.nimproject
  1270. │   │   │   ├── icon@2x.png
  1271. │   │   │   ├── icon.png
  1272. │   │   │   ├── main.nim
  1273. │   │   │   └── wizard.json
  1274. │   │   ├── plainc
  1275. │   │   │   ├── CMakeLists.txt
  1276. │   │   │   ├── file.pro
  1277. │   │   │   ├── file.qbs
  1278. │   │   │   ├── main.c
  1279. │   │   │   └── wizard.json
  1280. │   │   ├── plaincpp
  1281. │   │   │   ├── CMakeLists.txt
  1282. │   │   │   ├── file.pro
  1283. │   │   │   ├── file.qbs
  1284. │   │   │   ├── main.cpp
  1285. │   │   │   └── wizard.json
  1286. │   │   ├── qmake
  1287. │   │   │   └── empty
  1288. │   │   │   ├── file.pro
  1289. │   │   │   └── wizard.json
  1290. │   │   ├── qtquickapplication
  1291. │   │   │   ├── app.pro
  1292. │   │   │   ├── app.qbs
  1293. │   │   │   ├── canvas3d
  1294. │   │   │   │   ├── icon@2x.png
  1295. │   │   │   │   ├── icon.png
  1296. │   │   │   │   ├── main.qml.tpl
  1297. │   │   │   │   ├── plaincanvas3d
  1298. │   │   │   │   │   └── glcode.js
  1299. │   │   │   │   ├── qml.qrc
  1300. │   │   │   │   ├── threejs
  1301. │   │   │   │   │   ├── 3rdparty
  1302. │   │   │   │   │   │   └── three.js
  1303. │   │   │   │   │   └── glcode.js
  1304. │   │   │   │   └── wizard.json
  1305. │   │   │   ├── CMakeLists.txt
  1306. │   │   │   ├── empty
  1307. │   │   │   │   ├── icon@2x.png
  1308. │   │   │   │   ├── icon.png
  1309. │   │   │   │   ├── main.qml.tpl
  1310. │   │   │   │   ├── qml.qrc
  1311. │   │   │   │   └── wizard.json
  1312. │   │   │   ├── file.qbs
  1313. │   │   │   ├── main.cpp
  1314. │   │   │   ├── qtquickcontrols2.conf
  1315. │   │   │   ├── scroll
  1316. │   │   │   │   ├── icon@2x.png
  1317. │   │   │   │   ├── icon.png
  1318. │   │   │   │   ├── main.qml.tpl
  1319. │   │   │   │   ├── qml.qrc
  1320. │   │   │   │   └── wizard.json
  1321. │   │   │   ├── stack
  1322. │   │   │   │   ├── HomeForm.ui.qml.tpl
  1323. │   │   │   │   ├── icon@2x.png
  1324. │   │   │   │   ├── icon.png
  1325. │   │   │   │   ├── main.qml.tpl
  1326. │   │   │   │   ├── Page1Form.ui.qml.tpl
  1327. │   │   │   │   ├── Page2Form.ui.qml.tpl
  1328. │   │   │   │   ├── qml.qrc
  1329. │   │   │   │   └── wizard.json
  1330. │   │   │   └── swipe
  1331. │   │   │   ├── icon@2x.png
  1332. │   │   │   ├── icon.png
  1333. │   │   │   ├── main.qml.tpl
  1334. │   │   │   ├── Page1Form.ui.qml.tpl
  1335. │   │   │   ├── Page2Form.ui.qml.tpl
  1336. │   │   │   ├── qml.qrc
  1337. │   │   │   └── wizard.json
  1338. │   │   ├── qtquickuiprototype
  1339. │   │   │   ├── app.qmlproject
  1340. │   │   │   ├── qtquickuiprototype@2x.png
  1341. │   │   │   ├── qtquickuiprototype.png
  1342. │   │   │   └── wizard.json
  1343. │   │   └── vcs
  1344. │   │   ├── bazaar
  1345. │   │   │   ├── icon@2x.png
  1346. │   │   │   ├── icon.png
  1347. │   │   │   └── wizard.json
  1348. │   │   ├── cvs
  1349. │   │   │   ├── icon@2x.png
  1350. │   │   │   ├── icon.png
  1351. │   │   │   └── wizard.json
  1352. │   │   ├── git
  1353. │   │   │   ├── icon@2x.png
  1354. │   │   │   ├── icon.png
  1355. │   │   │   └── wizard.json
  1356. │   │   ├── mercurial
  1357. │   │   │   ├── icon@2x.png
  1358. │   │   │   ├── icon.png
  1359. │   │   │   └── wizard.json
  1360. │   │   └── subversion
  1361. │   │   ├── icon@2x.png
  1362. │   │   ├── icon.png
  1363. │   │   └── wizard.json
  1364. │   ├── qtcreatorplugin
  1365. │   │   ├── mypluginconstants.h
  1366. │   │   ├── myplugin.cpp
  1367. │   │   ├── myplugin_global.h
  1368. │   │   ├── myplugin.h
  1369. │   │   ├── MyPlugin.json.in
  1370. │   │   ├── myplugin.pro
  1371. │   │   ├── qtcreatorplugin@2x.png
  1372. │   │   ├── qtcreatorplugin.png
  1373. │   │   └── wizard.xml
  1374. │   ├── qtquick2-extension
  1375. │   │   ├── lib@2x.png
  1376. │   │   ├── lib.png
  1377. │   │   ├── object.cpp
  1378. │   │   ├── object.h
  1379. │   │   ├── plugin.cpp
  1380. │   │   ├── plugin.h
  1381. │   │   ├── project.pro
  1382. │   │   ├── qmldir
  1383. │   │   └── wizard.xml
  1384. │   ├── qtquickstyleicons
  1385. │   │   ├── default@2x.png
  1386. │   │   ├── default.png
  1387. │   │   ├── material-dark@2x.png
  1388. │   │   ├── material-dark.png
  1389. │   │   ├── material-light@2x.png
  1390. │   │   ├── material-light.png
  1391. │   │   ├── universal-dark@2x.png
  1392. │   │   ├── universal-dark.png
  1393. │   │   ├── universal-light@2x.png
  1394. │   │   └── universal-light.png
  1395. │   └── README.txt
  1396. └── themes
  1397. ├── dark.creatortheme
  1398. ├── default.creatortheme
  1399. ├── flat.creatortheme
  1400. ├── flat-dark.creatortheme
  1401. └── flat-light.creatortheme
  1402.  
  1403. 195 directories, 1205 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement