annotate examples/itemviews/editabletreemodel/build.sh @ 414:b2a803c73b89 default tip

Declare tabArray const.
author David Nadlinger <code@klickverbot.at>
date Fri, 06 May 2011 13:39:49 +0200
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