diff examples/itemviews/customsortfiltermodel/build.sh @ 146:22257add3152

add customsortfiltermodel example
author mandel
date Fri, 12 Jun 2009 22:20:37 +0000
parents
children 4b423949c893
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/itemviews/customsortfiltermodel/build.sh	Fri Jun 12 22:20:37 2009 +0000
@@ -0,0 +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