view examples/itemviews/editabletreemodel/build.sh @ 157:7c3067c2b803

small issues
author mandel
date Tue, 16 Jun 2009 21:31:04 +0000
parents ea0861a37bf6
children
line wrap: on
line source

#! /bin/bash

../../../tools/drcc/drcc editabletreemodel.qrc -o qrc_editabletreemodel.d
../../../tools/duic/duic mainwindow.ui -o ui_mainwindow.d
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