annotate examples/itemviews/editabletreemodel/build.bat @ 397:590dcfc85873

Quick const-correctness fix for QModelIndex. This probably deserves a more in-depth look later.
author David Nadlinger <code@klickverbot.at>
date Mon, 03 Jan 2011 08:30:59 +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../../../