Skip to content

Commit e44a345

Browse files
committedDec 12, 2015
Added bindings for QtQuickWidgets and QtMultimediaWidgets.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
1 parent 9f3d2f6 commit e44a345

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.0.7 - 12.12.2015
2+
Added:
3+
- Bindings for QtQuickWidgets and QtMultimediaWidgets.
4+
15
0.0.6 - 11.12.2015
26
Added:
37
- Bindings for QtQuick (just the library, no QtQuick/QML support yet) and QtMultimedia.

‎QtSharp.CLI/Program.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ public static int Main(string[] args)
113113
"Qt5SerialPort",
114114
"Qt5Svg",
115115
"Qt5Multimedia",
116-
"Qt5Quick"
116+
"Qt5MultimediaWidgets",
117+
"Qt5Quick",
118+
"Qt5QuickWidgets"
117119
};
118120
if (debug)
119121
{

0 commit comments

Comments
 (0)