We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3d2f6 commit e44a345Copy full SHA for e44a345
CHANGELOG
@@ -1,3 +1,7 @@
1
+0.0.7 - 12.12.2015
2
+Added:
3
+- Bindings for QtQuickWidgets and QtMultimediaWidgets.
4
+
5
0.0.6 - 11.12.2015
6
Added:
7
- Bindings for QtQuick (just the library, no QtQuick/QML support yet) and QtMultimedia.
QtSharp.CLI/Program.cs
@@ -113,7 +113,9 @@ public static int Main(string[] args)
113
"Qt5SerialPort",
114
"Qt5Svg",
115
"Qt5Multimedia",
116
- "Qt5Quick"
+ "Qt5MultimediaWidgets",
117
+ "Qt5Quick",
118
+ "Qt5QuickWidgets"
119
};
120
if (debug)
121
{
0 commit comments