view examples/itemviews/editabletreemodel/build.sh @ 266:5134552d97f6

Bug fix for http://www.dsource.org/forums/viewtopic.php?t=4713
author SokoL_SD
date Fri, 11 Sep 2009 13:50:59 +0000
parents 7c3067c2b803
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