annotate examples/itemviews/editabletreemodel/build.bat @ 400:a81c53f7b83b

Actually make the last commit (e40f33cc0bf5) work. Previously, a line break was missing from the generated include file.
author David Nadlinger <code@klickverbot.at>
date Tue, 08 Mar 2011 23:54:58 +0100
parents ea0861a37bf6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
153
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
1 ../../../tools/drcc/drcc editabletreemodel.qrc -o qrc_editabletreemodel.d
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
2 ../../../tools/duic/duic mainwindow.ui -o ui_mainwindow.d
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
3 dmd main.d mainwindow.d treeitem.d treemodel.d ui_mainwindow.d qrc_editabletreemodel.d libqtdcore.lib libqtdgui.lib -I../../../