qtbindings-qt 4.8.5-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +7 -0
  2. data/qtbin/Qt3Support4.dll +0 -0
  3. data/qtbin/QtCLucene4.dll +0 -0
  4. data/qtbin/QtCore4.dll +0 -0
  5. data/qtbin/QtDeclarative4.dll +0 -0
  6. data/qtbin/QtDesigner4.dll +0 -0
  7. data/qtbin/QtDesignerComponents4.dll +0 -0
  8. data/qtbin/QtGui4.dll +0 -0
  9. data/qtbin/QtHelp4.dll +0 -0
  10. data/qtbin/QtMultimedia4.dll +0 -0
  11. data/qtbin/QtNetwork4.dll +0 -0
  12. data/qtbin/QtOpenGL4.dll +0 -0
  13. data/qtbin/QtScript4.dll +0 -0
  14. data/qtbin/QtScriptTools4.dll +0 -0
  15. data/qtbin/QtSql4.dll +0 -0
  16. data/qtbin/QtSvg4.dll +0 -0
  17. data/qtbin/QtTest4.dll +0 -0
  18. data/qtbin/QtWebKit4.dll +0 -0
  19. data/qtbin/QtXml4.dll +0 -0
  20. data/qtbin/QtXmlPatterns4.dll +0 -0
  21. data/qtbin/README.txt.txt +1 -0
  22. data/qtbin/libgcc_s_dw2-1.dll +0 -0
  23. data/qtbin/mingwm10.dll +0 -0
  24. data/qtbin/phonon4.dll +0 -0
  25. data/qtbin/plugins/accessible/qtaccessiblecompatwidgets4.dll +0 -0
  26. data/qtbin/plugins/accessible/qtaccessiblewidgets4.dll +0 -0
  27. data/qtbin/plugins/bearer/qgenericbearer4.dll +0 -0
  28. data/qtbin/plugins/bearer/qnativewifibearer4.dll +0 -0
  29. data/qtbin/plugins/codecs/qcncodecs4.dll +0 -0
  30. data/qtbin/plugins/codecs/qjpcodecs4.dll +0 -0
  31. data/qtbin/plugins/codecs/qkrcodecs4.dll +0 -0
  32. data/qtbin/plugins/codecs/qtwcodecs4.dll +0 -0
  33. data/qtbin/plugins/designer/arthurplugin.dll +0 -0
  34. data/qtbin/plugins/designer/containerextension.dll +0 -0
  35. data/qtbin/plugins/designer/customwidgetplugin.dll +0 -0
  36. data/qtbin/plugins/designer/phononwidgets.dll +0 -0
  37. data/qtbin/plugins/designer/qaxwidget.dll +0 -0
  38. data/qtbin/plugins/designer/qdeclarativeview.dll +0 -0
  39. data/qtbin/plugins/designer/qt3supportwidgets.dll +0 -0
  40. data/qtbin/plugins/designer/qwebview.dll +0 -0
  41. data/qtbin/plugins/designer/taskmenuextension.dll +0 -0
  42. data/qtbin/plugins/designer/worldtimeclockplugin.dll +0 -0
  43. data/qtbin/plugins/graphicssystems/qglgraphicssystem4.dll +0 -0
  44. data/qtbin/plugins/graphicssystems/qtracegraphicssystem4.dll +0 -0
  45. data/qtbin/plugins/iconengines/qsvgicon4.dll +0 -0
  46. data/qtbin/plugins/imageformats/qgif4.dll +0 -0
  47. data/qtbin/plugins/imageformats/qico4.dll +0 -0
  48. data/qtbin/plugins/imageformats/qjpeg4.dll +0 -0
  49. data/qtbin/plugins/imageformats/qmng4.dll +0 -0
  50. data/qtbin/plugins/imageformats/qsvg4.dll +0 -0
  51. data/qtbin/plugins/imageformats/qtga4.dll +0 -0
  52. data/qtbin/plugins/imageformats/qtiff4.dll +0 -0
  53. data/qtbin/plugins/phonon_backend/phonon_ds94.dll +0 -0
  54. data/qtbin/plugins/qmltooling/qmldbg_inspector4.dll +0 -0
  55. data/qtbin/plugins/qmltooling/qmldbg_tcp4.dll +0 -0
  56. data/qtbin/plugins/sqldrivers/qsqlite4.dll +0 -0
  57. data/qtbin/plugins/sqldrivers/qsqlodbc4.dll +0 -0
  58. data/qtlib/qtbindings-qt.rb +8 -0
  59. data/qtlib/qtbindings_qt_version.rb +2 -0
  60. metadata +103 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 75fae574d6fe43a8ff37402fab20207791717948
4
+ data.tar.gz: 042047f6536dee5ede8e346772859c2b8bb25a9a
5
+ SHA512:
6
+ metadata.gz: abec69d3d18ec81923a0eb72f2b6975e355d13f09a95aa7cc4fcb633d158c5377c9d808490b9f5e4aa9d25f94da71f41fb102eabc8a0748a5fdb18ed5e40ee90
7
+ data.tar.gz: b1fef56c5b0f34e45e5d879d9f7c083fea1003b38fbf5b8e7fddbe348e9925e66281050454ce07d334fbc2ecaabce794af0d0931d2eea3abcaa026f165dec359
Binary file
Binary file
data/qtbin/QtCore4.dll ADDED
Binary file
Binary file
Binary file
Binary file
data/qtbin/QtGui4.dll ADDED
Binary file
data/qtbin/QtHelp4.dll ADDED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/qtbin/QtSql4.dll ADDED
Binary file
data/qtbin/QtSvg4.dll ADDED
Binary file
data/qtbin/QtTest4.dll ADDED
Binary file
Binary file
data/qtbin/QtXml4.dll ADDED
Binary file
Binary file
@@ -0,0 +1 @@
1
+ Directory for Qt dlls for binary gem.
Binary file
Binary file
data/qtbin/phonon4.dll ADDED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,8 @@
1
+ windows = false
2
+ platform = RUBY_PLATFORM.split("-")[1]
3
+ windows = true if platform =~ /mswin32/ or platform =~ /mingw32/
4
+
5
+ module Qt
6
+ PLUGIN_PATH = File.expand_path(File.join(File.dirname(__FILE__), '..', 'qtbin', 'plugins'))
7
+ end
8
+ ENV['PATH'] = File.join(File.dirname(__FILE__), '../qtbin') + ';' + File.join(File.dirname(__FILE__), '../qtbin/plugins') + ';' + File.join(File.dirname(__FILE__), '../qtbin/1.9') + ';' + ENV['PATH']
@@ -0,0 +1,2 @@
1
+ QTBINDINGS_QT_VERSION = '4.8.5'
2
+ QTBINDINGS_QT_RELEASE_DATE = '2014-01-07 09:10:11 -0800'
metadata ADDED
@@ -0,0 +1,103 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: qtbindings-qt
3
+ version: !ruby/object:Gem::Version
4
+ version: 4.8.5
5
+ platform: x86-mingw32
6
+ authors:
7
+ - Ryan Melton
8
+ - Jason Thomas
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2014-01-07 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: qtbindings-qt contains the compiled qt dlls
15
+ email: kde-bindings@kde.org
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - qtlib/qtbindings-qt.rb
21
+ - qtlib/qtbindings_qt_version.rb
22
+ - qtbin/libgcc_s_dw2-1.dll
23
+ - qtbin/mingwm10.dll
24
+ - qtbin/phonon4.dll
25
+ - qtbin/plugins/accessible/qtaccessiblecompatwidgets4.dll
26
+ - qtbin/plugins/accessible/qtaccessiblewidgets4.dll
27
+ - qtbin/plugins/bearer/qgenericbearer4.dll
28
+ - qtbin/plugins/bearer/qnativewifibearer4.dll
29
+ - qtbin/plugins/codecs/qcncodecs4.dll
30
+ - qtbin/plugins/codecs/qjpcodecs4.dll
31
+ - qtbin/plugins/codecs/qkrcodecs4.dll
32
+ - qtbin/plugins/codecs/qtwcodecs4.dll
33
+ - qtbin/plugins/designer/arthurplugin.dll
34
+ - qtbin/plugins/designer/containerextension.dll
35
+ - qtbin/plugins/designer/customwidgetplugin.dll
36
+ - qtbin/plugins/designer/phononwidgets.dll
37
+ - qtbin/plugins/designer/qaxwidget.dll
38
+ - qtbin/plugins/designer/qdeclarativeview.dll
39
+ - qtbin/plugins/designer/qt3supportwidgets.dll
40
+ - qtbin/plugins/designer/qwebview.dll
41
+ - qtbin/plugins/designer/taskmenuextension.dll
42
+ - qtbin/plugins/designer/worldtimeclockplugin.dll
43
+ - qtbin/plugins/graphicssystems/qglgraphicssystem4.dll
44
+ - qtbin/plugins/graphicssystems/qtracegraphicssystem4.dll
45
+ - qtbin/plugins/iconengines/qsvgicon4.dll
46
+ - qtbin/plugins/imageformats/qgif4.dll
47
+ - qtbin/plugins/imageformats/qico4.dll
48
+ - qtbin/plugins/imageformats/qjpeg4.dll
49
+ - qtbin/plugins/imageformats/qmng4.dll
50
+ - qtbin/plugins/imageformats/qsvg4.dll
51
+ - qtbin/plugins/imageformats/qtga4.dll
52
+ - qtbin/plugins/imageformats/qtiff4.dll
53
+ - qtbin/plugins/phonon_backend/phonon_ds94.dll
54
+ - qtbin/plugins/qmltooling/qmldbg_inspector4.dll
55
+ - qtbin/plugins/qmltooling/qmldbg_tcp4.dll
56
+ - qtbin/plugins/sqldrivers/qsqlite4.dll
57
+ - qtbin/plugins/sqldrivers/qsqlodbc4.dll
58
+ - qtbin/Qt3Support4.dll
59
+ - qtbin/QtCLucene4.dll
60
+ - qtbin/QtCore4.dll
61
+ - qtbin/QtDeclarative4.dll
62
+ - qtbin/QtDesigner4.dll
63
+ - qtbin/QtDesignerComponents4.dll
64
+ - qtbin/QtGui4.dll
65
+ - qtbin/QtHelp4.dll
66
+ - qtbin/QtMultimedia4.dll
67
+ - qtbin/QtNetwork4.dll
68
+ - qtbin/QtOpenGL4.dll
69
+ - qtbin/QtScript4.dll
70
+ - qtbin/QtScriptTools4.dll
71
+ - qtbin/QtSql4.dll
72
+ - qtbin/QtSvg4.dll
73
+ - qtbin/QtTest4.dll
74
+ - qtbin/QtWebKit4.dll
75
+ - qtbin/QtXml4.dll
76
+ - qtbin/QtXmlPatterns4.dll
77
+ - qtbin/README.txt.txt
78
+ homepage: http://github.com/ryanmelt/qtbindings
79
+ licenses:
80
+ - LGPLv2.1
81
+ metadata: {}
82
+ post_install_message:
83
+ rdoc_options: []
84
+ require_paths:
85
+ - qtlib
86
+ required_ruby_version: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - '>='
89
+ - !ruby/object:Gem::Version
90
+ version: '0'
91
+ required_rubygems_version: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - '>='
94
+ - !ruby/object:Gem::Version
95
+ version: '0'
96
+ requirements:
97
+ - none
98
+ rubyforge_project: qtbindings-qt
99
+ rubygems_version: 2.0.14
100
+ signing_key:
101
+ specification_version: 4
102
+ summary: Qt bindings for ruby - Qt Dlls
103
+ test_files: []