view examples/itemviews/editabletreemodel/build.bat @ 377:8f7d09e4efc0

add missing D files to the build system@
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Fri, 09 Jul 2010 22:54:51 +0600
parents ea0861a37bf6
children
line wrap: on
line source

../../../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 libqtdcore.lib libqtdgui.lib -I../../../