Skip to content

Commit a6fb5e9

Browse files
committed
Added some additional Qt modules
1 parent 5e08999 commit a6fb5e9

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)