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

make QwtD compile on Windows@
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Sun, 11 Jul 2010 01:59:42 +0100
parents 7c3067c2b803
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 #! /bin/bash
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
2
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
3 ../../../tools/drcc/drcc editabletreemodel.qrc -o qrc_editabletreemodel.d
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
4 ../../../tools/duic/duic mainwindow.ui -o ui_mainwindow.d
157
7c3067c2b803 small issues
mandel
parents: 153
diff changeset
5 dmd main.d mainwindow.d treeitem.d treemodel.d ui_mainwindow.d qrc_editabletreemodel.d -I../../../ -I../../../qt/d1 -L-L../../../lib -L-lqtdgui -L-lqtdcore -L-lQtCore -L-lQtGui -ofeditabletreemodel