Skip to content

Commit 10a3dd6

Browse files
committed
Merge pull request #41 from grbd/master
Added some additional Qt modules
2 parents 5e08999 + a6fb5e9 commit 10a3dd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

QtSharp.CLI/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ public static int Main(string[] args)
9595
dependencies[libFile] = Enumerable.Empty<string>();
9696
}
9797
}
98-
var modules = new List<string> { "Qt5Core", "Qt5Gui", "Qt5Widgets", "Qt5Xml", "Qt5Designer", "Qt5Network", "Qt5Qml" };
98+
var modules = new List<string> { "Qt5Core", "Qt5Gui", "Qt5Widgets", "Qt5Xml", "Qt5Designer", "Qt5Network", "Qt5Qml",
99+
"Qt5Nfc", "Qt5OpenGL", "Qt5ScriptTools", "Qt5Sensors", "Qt5SerialPort"};
99100
if (debug)
100101
{
101102
for (var i = 0; i < modules.Count; i++)

0 commit comments

Comments
 (0)