Advertisement
Guest User

QT_DEBUG_PLUGINS

a guest
Mar 7th, 2015
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.81 KB | None | 0 0
  1. Starting C:\Users\cr\Documents\GitHub\qt-helper\build-app-Desktop_Qt_5_4_0_MinGW_32bit-Release\release\applitcation.exe...
  2. main.cpp: Initiate
  3. "main.cpp: C:\Users\cr\Documents\GitHub\qt-helper\build-app-Desktop_Qt_5_4_0_MinGW_32bit-Release\release\applitcation.exe"
  4. form.cpp: initiate
  5. form.cpp: Close Window and terminate process
  6. C:\Users\cr\Documents\GitHub\qt-helper\build-app-Desktop_Qt_5_4_0_MinGW_32bit-Release\release\applitcation.exe exited with code 0
  7.  
  8. Starting C:\Users\cr\Documents\GitHub\qt-helper\build-app-Desktop_Qt_5_4_0_MinGW_32bit-Release\release\applitcation.exe...
  9. main.cpp: Initiate
  10. QFactoryLoader::QFactoryLoader() checking directory path "C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms" ...
  11. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms/qminimal.dll"
  12. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms/qminimal.dll, metadata=
  13. {
  14. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
  15. "MetaData": {
  16. "Keys": [
  17. "minimal"
  18. ]
  19. },
  20. "className": "QMinimalIntegrationPlugin",
  21. "debug": false,
  22. "version": 328704
  23. }
  24.  
  25.  
  26. Got keys from plugin meta data ("minimal")
  27. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms/qminimald.dll"
  28. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms/qminimald.dll, metadata=
  29. {
  30. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
  31. "MetaData": {
  32. "Keys": [
  33. "minimal"
  34. ]
  35. },
  36. "className": "QMinimalIntegrationPlugin",
  37. "debug": true,
  38. "version": 328704
  39. }
  40.  
  41.  
  42. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms/qminimald.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  43. not a plugin
  44. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms/qoffscreen.dll"
  45. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms/qoffscreen.dll, metadata=
  46. {
  47. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
  48. "MetaData": {
  49. "Keys": [
  50. "offscreen"
  51. ]
  52. },
  53. "className": "QOffscreenIntegrationPlugin",
  54. "debug": false,
  55. "version": 328704
  56. }
  57.  
  58.  
  59. Got keys from plugin meta data ("offscreen")
  60. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms/qoffscreend.dll"
  61. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms/qoffscreend.dll, metadata=
  62. {
  63. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
  64. "MetaData": {
  65. "Keys": [
  66. "offscreen"
  67. ]
  68. },
  69. "className": "QOffscreenIntegrationPlugin",
  70. "debug": true,
  71. "version": 328704
  72. }
  73.  
  74.  
  75. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms/qoffscreend.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  76. not a plugin
  77. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms/qwindows.dll"
  78. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms/qwindows.dll, metadata=
  79. {
  80. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
  81. "MetaData": {
  82. "Keys": [
  83. "windows"
  84. ]
  85. },
  86. "className": "QWindowsIntegrationPlugin",
  87. "debug": false,
  88. "version": 328704
  89. }
  90.  
  91.  
  92. Got keys from plugin meta data ("windows")
  93. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms/qwindowsd.dll"
  94. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms/qwindowsd.dll, metadata=
  95. {
  96. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
  97. "MetaData": {
  98. "Keys": [
  99. "windows"
  100. ]
  101. },
  102. "className": "QWindowsIntegrationPlugin",
  103. "debug": true,
  104. "version": 328704
  105. }
  106.  
  107.  
  108. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms/qwindowsd.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  109. not a plugin
  110. QFactoryLoader::QFactoryLoader() checking directory path "C:/Users/cr/Documents/GitHub/qt-helper/build-app-Desktop_Qt_5_4_0_MinGW_32bit-Release/release/platforms" ...
  111. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/platforms/qwindows.dll"
  112. QFactoryLoader::QFactoryLoader() checking directory path "C:/Qt5.4.0/5.4/mingw491_32/plugins/platformthemes" ...
  113. QFactoryLoader::QFactoryLoader() checking directory path "C:/Users/cr/Documents/GitHub/qt-helper/build-app-Desktop_Qt_5_4_0_MinGW_32bit-Release/release/platformthemes" ...
  114. QFactoryLoader::QFactoryLoader() checking directory path "C:/Qt5.4.0/5.4/mingw491_32/plugins/platforminputcontexts" ...
  115. QFactoryLoader::QFactoryLoader() checking directory path "C:/Users/cr/Documents/GitHub/qt-helper/build-app-Desktop_Qt_5_4_0_MinGW_32bit-Release/release/platforminputcontexts" ...
  116. QFactoryLoader::QFactoryLoader() checking directory path "C:/Qt5.4.0/5.4/mingw491_32/plugins/generic" ...
  117. QFactoryLoader::QFactoryLoader() checking directory path "C:/Users/cr/Documents/GitHub/qt-helper/build-app-Desktop_Qt_5_4_0_MinGW_32bit-Release/release/generic" ...
  118. QFactoryLoader::QFactoryLoader() checking directory path "C:/Qt5.4.0/5.4/mingw491_32/plugins/styles" ...
  119. QFactoryLoader::QFactoryLoader() checking directory path "C:/Users/cr/Documents/GitHub/qt-helper/build-app-Desktop_Qt_5_4_0_MinGW_32bit-Release/release/styles" ...
  120. "main.cpp: C:\Users\cr\Documents\GitHub\qt-helper\build-app-Desktop_Qt_5_4_0_MinGW_32bit-Release\release\applitcation.exe"
  121. QFactoryLoader::QFactoryLoader() checking directory path "C:/Qt5.4.0/5.4/mingw491_32/plugins/iconengines" ...
  122. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/iconengines/qsvgicon.dll"
  123. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/iconengines/qsvgicon.dll, metadata=
  124. {
  125. "IID": "org.qt-project.Qt.QIconEngineFactoryInterface",
  126. "MetaData": {
  127. "Keys": [
  128. "svg",
  129. "svgz",
  130. "svg.gz"
  131. ]
  132. },
  133. "className": "QSvgIconPlugin",
  134. "debug": false,
  135. "version": 328704
  136. }
  137.  
  138.  
  139. Got keys from plugin meta data ("svg", "svgz", "svg.gz")
  140. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/iconengines/qsvgicond.dll"
  141. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/iconengines/qsvgicond.dll, metadata=
  142. {
  143. "IID": "org.qt-project.Qt.QIconEngineFactoryInterface",
  144. "MetaData": {
  145. "Keys": [
  146. "svg",
  147. "svgz",
  148. "svg.gz"
  149. ]
  150. },
  151. "className": "QSvgIconPlugin",
  152. "debug": true,
  153. "version": 328704
  154. }
  155.  
  156.  
  157. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/iconengines/qsvgicond.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  158. not a plugin
  159. QFactoryLoader::QFactoryLoader() checking directory path "C:/Users/cr/Documents/GitHub/qt-helper/build-app-Desktop_Qt_5_4_0_MinGW_32bit-Release/release/iconengines" ...
  160. QFactoryLoader::QFactoryLoader() checking directory path "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats" ...
  161. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qdds.dll"
  162. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qdds.dll, metadata=
  163. {
  164. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  165. "MetaData": {
  166. "Keys": [
  167. "dds"
  168. ],
  169. "MimeTypes": [
  170. "image/x-dds"
  171. ]
  172. },
  173. "className": "QDDSPlugin",
  174. "debug": false,
  175. "version": 328704
  176. }
  177.  
  178.  
  179. Got keys from plugin meta data ("dds")
  180. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qddsd.dll"
  181. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qddsd.dll, metadata=
  182. {
  183. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  184. "MetaData": {
  185. "Keys": [
  186. "dds"
  187. ],
  188. "MimeTypes": [
  189. "image/x-dds"
  190. ]
  191. },
  192. "className": "QDDSPlugin",
  193. "debug": true,
  194. "version": 328704
  195. }
  196.  
  197.  
  198. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qddsd.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  199. not a plugin
  200. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qgif.dll"
  201. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qgif.dll, metadata=
  202. {
  203. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  204. "MetaData": {
  205. "Keys": [
  206. "gif"
  207. ],
  208. "MimeTypes": [
  209. "image/gif"
  210. ]
  211. },
  212. "className": "QGifPlugin",
  213. "debug": false,
  214. "version": 328704
  215. }
  216.  
  217.  
  218. Got keys from plugin meta data ("gif")
  219. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qgifd.dll"
  220. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qgifd.dll, metadata=
  221. {
  222. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  223. "MetaData": {
  224. "Keys": [
  225. "gif"
  226. ],
  227. "MimeTypes": [
  228. "image/gif"
  229. ]
  230. },
  231. "className": "QGifPlugin",
  232. "debug": true,
  233. "version": 328704
  234. }
  235.  
  236.  
  237. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qgifd.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  238. not a plugin
  239. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qicns.dll"
  240. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qicns.dll, metadata=
  241. {
  242. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  243. "MetaData": {
  244. "Keys": [
  245. "icns"
  246. ],
  247. "MimeTypes": [
  248. "image/x-icns"
  249. ]
  250. },
  251. "className": "QICNSPlugin",
  252. "debug": false,
  253. "version": 328704
  254. }
  255.  
  256.  
  257. Got keys from plugin meta data ("icns")
  258. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qicnsd.dll"
  259. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qicnsd.dll, metadata=
  260. {
  261. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  262. "MetaData": {
  263. "Keys": [
  264. "icns"
  265. ],
  266. "MimeTypes": [
  267. "image/x-icns"
  268. ]
  269. },
  270. "className": "QICNSPlugin",
  271. "debug": true,
  272. "version": 328704
  273. }
  274.  
  275.  
  276. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qicnsd.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  277. not a plugin
  278. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qico.dll"
  279. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qico.dll, metadata=
  280. {
  281. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  282. "MetaData": {
  283. "Keys": [
  284. "ico",
  285. "cur"
  286. ],
  287. "MimeTypes": [
  288. "image/vnd.microsoft.icon"
  289. ]
  290. },
  291. "className": "QICOPlugin",
  292. "debug": false,
  293. "version": 328704
  294. }
  295.  
  296.  
  297. Got keys from plugin meta data ("ico", "cur")
  298. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qicod.dll"
  299. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qicod.dll, metadata=
  300. {
  301. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  302. "MetaData": {
  303. "Keys": [
  304. "ico",
  305. "cur"
  306. ],
  307. "MimeTypes": [
  308. "image/vnd.microsoft.icon"
  309. ]
  310. },
  311. "className": "QICOPlugin",
  312. "debug": true,
  313. "version": 328704
  314. }
  315.  
  316.  
  317. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qicod.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  318. not a plugin
  319. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qjp2.dll"
  320. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qjp2.dll, metadata=
  321. {
  322. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  323. "MetaData": {
  324. "Keys": [
  325. "jp2"
  326. ],
  327. "MimeTypes": [
  328. "image/jp2",
  329. "image/jpx",
  330. "image/jpm",
  331. "video/mj2"
  332. ]
  333. },
  334. "className": "QJp2Plugin",
  335. "debug": false,
  336. "version": 328704
  337. }
  338.  
  339.  
  340. Got keys from plugin meta data ("jp2")
  341. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qjp2d.dll"
  342. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qjp2d.dll, metadata=
  343. {
  344. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  345. "MetaData": {
  346. "Keys": [
  347. "jp2"
  348. ],
  349. "MimeTypes": [
  350. "image/jp2",
  351. "image/jpx",
  352. "image/jpm",
  353. "video/mj2"
  354. ]
  355. },
  356. "className": "QJp2Plugin",
  357. "debug": true,
  358. "version": 328704
  359. }
  360.  
  361.  
  362. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qjp2d.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  363. not a plugin
  364. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qjpeg.dll"
  365. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qjpeg.dll, metadata=
  366. {
  367. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  368. "MetaData": {
  369. "Keys": [
  370. "jpg",
  371. "jpeg"
  372. ],
  373. "MimeTypes": [
  374. "image/jpeg",
  375. "image/jpeg"
  376. ]
  377. },
  378. "className": "QJpegPlugin",
  379. "debug": false,
  380. "version": 328704
  381. }
  382.  
  383.  
  384. Got keys from plugin meta data ("jpg", "jpeg")
  385. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qjpegd.dll"
  386. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qjpegd.dll, metadata=
  387. {
  388. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  389. "MetaData": {
  390. "Keys": [
  391. "jpg",
  392. "jpeg"
  393. ],
  394. "MimeTypes": [
  395. "image/jpeg",
  396. "image/jpeg"
  397. ]
  398. },
  399. "className": "QJpegPlugin",
  400. "debug": true,
  401. "version": 328704
  402. }
  403.  
  404.  
  405. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qjpegd.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  406. not a plugin
  407. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qmng.dll"
  408. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qmng.dll, metadata=
  409. {
  410. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  411. "MetaData": {
  412. "Keys": [
  413. "mng"
  414. ],
  415. "MimeTypes": [
  416. "image/x-mng"
  417. ]
  418. },
  419. "className": "QMngPlugin",
  420. "debug": false,
  421. "version": 328704
  422. }
  423.  
  424.  
  425. Got keys from plugin meta data ("mng")
  426. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qmngd.dll"
  427. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qmngd.dll, metadata=
  428. {
  429. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  430. "MetaData": {
  431. "Keys": [
  432. "mng"
  433. ],
  434. "MimeTypes": [
  435. "image/x-mng"
  436. ]
  437. },
  438. "className": "QMngPlugin",
  439. "debug": true,
  440. "version": 328704
  441. }
  442.  
  443.  
  444. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qmngd.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  445. not a plugin
  446. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qsvg.dll"
  447. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qsvg.dll, metadata=
  448. {
  449. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  450. "MetaData": {
  451. "Keys": [
  452. "svg",
  453. "svgz"
  454. ]
  455. },
  456. "className": "QSvgPlugin",
  457. "debug": false,
  458. "version": 328704
  459. }
  460.  
  461.  
  462. Got keys from plugin meta data ("svg", "svgz")
  463. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qsvgd.dll"
  464. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qsvgd.dll, metadata=
  465. {
  466. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  467. "MetaData": {
  468. "Keys": [
  469. "svg",
  470. "svgz"
  471. ]
  472. },
  473. "className": "QSvgPlugin",
  474. "debug": true,
  475. "version": 328704
  476. }
  477.  
  478.  
  479. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qsvgd.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  480. not a plugin
  481. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qtga.dll"
  482. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qtga.dll, metadata=
  483. {
  484. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  485. "MetaData": {
  486. "Keys": [
  487. "tga"
  488. ],
  489. "MimeTypes": [
  490. "image/x-tga"
  491. ]
  492. },
  493. "className": "QTgaPlugin",
  494. "debug": false,
  495. "version": 328704
  496. }
  497.  
  498.  
  499. Got keys from plugin meta data ("tga")
  500. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qtgad.dll"
  501. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qtgad.dll, metadata=
  502. {
  503. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  504. "MetaData": {
  505. "Keys": [
  506. "tga"
  507. ],
  508. "MimeTypes": [
  509. "image/x-tga"
  510. ]
  511. },
  512. "className": "QTgaPlugin",
  513. "debug": true,
  514. "version": 328704
  515. }
  516.  
  517.  
  518. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qtgad.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  519. not a plugin
  520. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qtiff.dll"
  521. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qtiff.dll, metadata=
  522. {
  523. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  524. "MetaData": {
  525. "Keys": [
  526. "tiff",
  527. "tif"
  528. ],
  529. "MimeTypes": [
  530. "image/tiff",
  531. "image/tiff"
  532. ]
  533. },
  534. "className": "QTiffPlugin",
  535. "debug": false,
  536. "version": 328704
  537. }
  538.  
  539.  
  540. Got keys from plugin meta data ("tiff", "tif")
  541. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qtiffd.dll"
  542. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qtiffd.dll, metadata=
  543. {
  544. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  545. "MetaData": {
  546. "Keys": [
  547. "tiff",
  548. "tif"
  549. ],
  550. "MimeTypes": [
  551. "image/tiff",
  552. "image/tiff"
  553. ]
  554. },
  555. "className": "QTiffPlugin",
  556. "debug": true,
  557. "version": 328704
  558. }
  559.  
  560.  
  561. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qtiffd.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  562. not a plugin
  563. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qwbmp.dll"
  564. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qwbmp.dll, metadata=
  565. {
  566. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  567. "MetaData": {
  568. "Keys": [
  569. "wbmp"
  570. ],
  571. "MimeTypes": [
  572. "image/vnd.wap.wbmp"
  573. ]
  574. },
  575. "className": "QWbmpPlugin",
  576. "debug": false,
  577. "version": 328704
  578. }
  579.  
  580.  
  581. Got keys from plugin meta data ("wbmp")
  582. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qwbmpd.dll"
  583. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qwbmpd.dll, metadata=
  584. {
  585. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  586. "MetaData": {
  587. "Keys": [
  588. "wbmp"
  589. ],
  590. "MimeTypes": [
  591. "image/vnd.wap.wbmp"
  592. ]
  593. },
  594. "className": "QWbmpPlugin",
  595. "debug": true,
  596. "version": 328704
  597. }
  598.  
  599.  
  600. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qwbmpd.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  601. not a plugin
  602. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qwebp.dll"
  603. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qwebp.dll, metadata=
  604. {
  605. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  606. "MetaData": {
  607. "Keys": [
  608. "webp"
  609. ],
  610. "MimeTypes": [
  611. "image/webp"
  612. ]
  613. },
  614. "className": "QWebpPlugin",
  615. "debug": false,
  616. "version": 328704
  617. }
  618.  
  619.  
  620. Got keys from plugin meta data ("webp")
  621. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qwebpd.dll"
  622. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qwebpd.dll, metadata=
  623. {
  624. "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
  625. "MetaData": {
  626. "Keys": [
  627. "webp"
  628. ],
  629. "MimeTypes": [
  630. "image/webp"
  631. ]
  632. },
  633. "className": "QWebpPlugin",
  634. "debug": true,
  635. "version": 328704
  636. }
  637.  
  638.  
  639. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qwebpd.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  640. not a plugin
  641. QFactoryLoader::QFactoryLoader() checking directory path "C:/Users/cr/Documents/GitHub/qt-helper/build-app-Desktop_Qt_5_4_0_MinGW_32bit-Release/release/imageformats" ...
  642. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qdds.dll"
  643. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qgif.dll"
  644. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qicns.dll"
  645. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qico.dll"
  646. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qjp2.dll"
  647. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qjpeg.dll"
  648. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qmng.dll"
  649. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qsvg.dll"
  650. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qtga.dll"
  651. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qtiff.dll"
  652. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qwbmp.dll"
  653. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/imageformats/qwebp.dll"
  654. QFactoryLoader::QFactoryLoader() checking directory path "C:/Qt5.4.0/5.4/mingw491_32/plugins/sensors" ...
  655. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/sensors/qtsensors_dummy.dll"
  656. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/sensors/qtsensors_dummy.dll, metadata=
  657. {
  658. "IID": "com.qt-project.Qt.QSensorPluginInterface/1.0",
  659. "MetaData": {
  660. "Keys": [
  661. "dummy"
  662. ]
  663. },
  664. "className": "dummySensorPlugin",
  665. "debug": false,
  666. "version": 328704
  667. }
  668.  
  669.  
  670. Got keys from plugin meta data ("dummy")
  671. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/sensors/qtsensors_dummyd.dll"
  672. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/sensors/qtsensors_dummyd.dll, metadata=
  673. {
  674. "IID": "com.qt-project.Qt.QSensorPluginInterface/1.0",
  675. "MetaData": {
  676. "Keys": [
  677. "dummy"
  678. ]
  679. },
  680. "className": "dummySensorPlugin",
  681. "debug": true,
  682. "version": 328704
  683. }
  684.  
  685.  
  686. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/sensors/qtsensors_dummyd.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  687. not a plugin
  688. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/sensors/qtsensors_generic.dll"
  689. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/sensors/qtsensors_generic.dll, metadata=
  690. {
  691. "IID": "com.qt-project.Qt.QSensorPluginInterface/1.0",
  692. "MetaData": {
  693. "Keys": [
  694. "generic"
  695. ]
  696. },
  697. "className": "genericSensorPlugin",
  698. "debug": false,
  699. "version": 328704
  700. }
  701.  
  702.  
  703. Got keys from plugin meta data ("generic")
  704. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/sensors/qtsensors_genericd.dll"
  705. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/sensors/qtsensors_genericd.dll, metadata=
  706. {
  707. "IID": "com.qt-project.Qt.QSensorPluginInterface/1.0",
  708. "MetaData": {
  709. "Keys": [
  710. "generic"
  711. ]
  712. },
  713. "className": "genericSensorPlugin",
  714. "debug": true,
  715. "version": 328704
  716. }
  717.  
  718.  
  719. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/sensors/qtsensors_genericd.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  720. not a plugin
  721. QFactoryLoader::QFactoryLoader() checking directory path "C:/Users/cr/Documents/GitHub/qt-helper/build-app-Desktop_Qt_5_4_0_MinGW_32bit-Release/release/sensors" ...
  722. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/sensors/qtsensors_dummy.dll"
  723. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/sensors/qtsensors_generic.dll"
  724. QFactoryLoader::QFactoryLoader() checking directory path "C:/Qt5.4.0/5.4/mingw491_32/plugins/bearer" ...
  725. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/bearer/qgenericbearer.dll"
  726. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/bearer/qgenericbearer.dll, metadata=
  727. {
  728. "IID": "org.qt-project.Qt.QBearerEngineFactoryInterface",
  729. "MetaData": {
  730. "Keys": [
  731. "generic"
  732. ]
  733. },
  734. "className": "QGenericEnginePlugin",
  735. "debug": false,
  736. "version": 328704
  737. }
  738.  
  739.  
  740. Got keys from plugin meta data ("generic")
  741. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/bearer/qgenericbearerd.dll"
  742. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/bearer/qgenericbearerd.dll, metadata=
  743. {
  744. "IID": "org.qt-project.Qt.QBearerEngineFactoryInterface",
  745. "MetaData": {
  746. "Keys": [
  747. "generic"
  748. ]
  749. },
  750. "className": "QGenericEnginePlugin",
  751. "debug": true,
  752. "version": 328704
  753. }
  754.  
  755.  
  756. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/bearer/qgenericbearerd.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  757. not a plugin
  758. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/bearer/qnativewifibearer.dll"
  759. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/bearer/qnativewifibearer.dll, metadata=
  760. {
  761. "IID": "org.qt-project.Qt.QBearerEngineFactoryInterface",
  762. "MetaData": {
  763. "Keys": [
  764. "nativewifi"
  765. ]
  766. },
  767. "className": "QNativeWifiEnginePlugin",
  768. "debug": false,
  769. "version": 328704
  770. }
  771.  
  772.  
  773. Got keys from plugin meta data ("nativewifi")
  774. QFactoryLoader::QFactoryLoader() looking at "C:/Qt5.4.0/5.4/mingw491_32/plugins/bearer/qnativewifibearerd.dll"
  775. Found metadata in lib C:/Qt5.4.0/5.4/mingw491_32/plugins/bearer/qnativewifibearerd.dll, metadata=
  776. {
  777. "IID": "org.qt-project.Qt.QBearerEngineFactoryInterface",
  778. "MetaData": {
  779. "Keys": [
  780. "nativewifi"
  781. ]
  782. },
  783. "className": "QNativeWifiEnginePlugin",
  784. "debug": true,
  785. "version": 328704
  786. }
  787.  
  788.  
  789. "The plugin 'C:/Qt5.4.0/5.4/mingw491_32/plugins/bearer/qnativewifibearerd.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)"
  790. not a plugin
  791. QFactoryLoader::QFactoryLoader() checking directory path "C:/Users/cr/Documents/GitHub/qt-helper/build-app-Desktop_Qt_5_4_0_MinGW_32bit-Release/release/bearer" ...
  792. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/bearer/qgenericbearer.dll"
  793. loaded library "C:/Qt5.4.0/5.4/mingw491_32/plugins/bearer/qnativewifibearer.dll"
  794. loaded library "wlanapi.dll"
  795. form.cpp: initiate
  796. QFactoryLoader::QFactoryLoader() checking directory path "C:/Qt5.4.0/5.4/mingw491_32/plugins/accessiblebridge" ...
  797. QFactoryLoader::QFactoryLoader() checking directory path "C:/Users/cr/Documents/GitHub/qt-helper/build-app-Desktop_Qt_5_4_0_MinGW_32bit-Release/release/accessiblebridge" ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement