# HG changeset patch # User mandel # Date 1244845293 0 # Node ID 4b423949c8939fb6dadc5c1280ca45b474eee7ce # Parent 22257add31521893359bd5b7c63d29cf51ebd4ab ldc -> dmd diff -r 22257add3152 -r 4b423949c893 examples/itemviews/customsortfiltermodel/build.sh --- a/examples/itemviews/customsortfiltermodel/build.sh Fri Jun 12 22:20:37 2009 +0000 +++ b/examples/itemviews/customsortfiltermodel/build.sh Fri Jun 12 22:21:33 2009 +0000 @@ -1,3 +1,3 @@ #! /bin/bash -ldc main.d mysortfilterproxymodel.d window.d -I../../../ -I../../../qt/d1 -L-L../../../lib -L-lqtdgui -L-lqtdcore -L-lQtCore -L-lQtGui -ofmysortfilterproxymodel \ No newline at end of file +dmd main.d mysortfilterproxymodel.d window.d -I../../../ -I../../../qt/d1 -L-L../../../lib -L-lqtdgui -L-lqtdcore -L-lQtCore -L-lQtGui -ofmysortfilterproxymodel \ No newline at end of file