Skip to content

Commit

Permalink
Added bindings for QtQuickWidgets and QtMultimediaWidgets.
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dobrev <[email protected]>
  • Loading branch information
ddobrev committed Dec 12, 2015
1 parent 9f3d2f6 commit e44a345
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.0.7 - 12.12.2015
Added:
- Bindings for QtQuickWidgets and QtMultimediaWidgets.

0.0.6 - 11.12.2015
Added:
- Bindings for QtQuick (just the library, no QtQuick/QML support yet) and QtMultimedia.
Expand Down
4 changes: 3 additions & 1 deletion QtSharp.CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ public static int Main(string[] args)
"Qt5SerialPort",
"Qt5Svg",
"Qt5Multimedia",
"Qt5Quick"
"Qt5MultimediaWidgets",
"Qt5Quick",
"Qt5QuickWidgets"
};
if (debug)
{
Expand Down

0 comments on commit e44a345

Please sign in to comment.