annotate examples/itemviews/editabletreemodel/build.bat @ 381:347e4c7a9ba1

make QwtD compile on Windows@
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Sun, 11 Jul 2010 01:59:42 +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../../../