Skip to content

Commit

Permalink
Added support for QtNetwork.
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dobrev <[email protected]>
  • Loading branch information
ddobrev committed Nov 18, 2015
1 parent 1a67694 commit 04ad1cc
Show file tree
Hide file tree
Showing 2 changed files with 5 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.4 - 18.11.2015
Added:
- A binding for QtNetwork.

0.0.3 - 13.11.2015
Fixed:
- Crashes when loading GUI from a *.ui file using QFormBuilder.
Expand Down
2 changes: 1 addition & 1 deletion QtSharp.CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static int Main(string[] args)
dependencies[libFile] = Enumerable.Empty<string>();
}
}
var modules = new List<string> { "Qt5Core", "Qt5Gui", "Qt5Widgets", "Qt5Xml", "Qt5Designer" };
var modules = new List<string> { "Qt5Core", "Qt5Gui", "Qt5Widgets", "Qt5Xml", "Qt5Designer", "Qt5Network" };
if (debug)
{
for (var i = 0; i < modules.Count; i++)
Expand Down

0 comments on commit 04ad1cc

Please sign in to comment.