You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/qtsharp/src/uicsharp/uicsharp.build

16 lines
320 B

<?xml version="1.0">
<project name="Qt# UI Compiler" default="all">
<target name="all">
<compile output="uicsharp.exe" target="exe" optimize="true">
<references>
<file name="../bindings/Qt.dll" />
</references>
<sources>
<includes name="*.cs" />
</sources>
</compile>
</target>
</project>