annotate demos/interview/build.sh @ 397:590dcfc85873

Quick const-correctness fix for QModelIndex. This probably deserves a more in-depth look later.
author David Nadlinger <code@klickverbot.at>
date Mon, 03 Jan 2011 08:30:59 +0100
parents 4536633518e1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
197
4536633518e1 build script update
eldar
parents:
diff changeset
1 #! /bin/bash
4536633518e1 build script update
eldar
parents:
diff changeset
2
4536633518e1 build script update
eldar
parents:
diff changeset
3 drcc -name interview interview.qrc -o qrc_interview.d
4536633518e1 build script update
eldar
parents:
diff changeset
4 dmd main.d model_d2.d qrc_interview.d -L-L../../lib -L-lqtdgui -L-lqtdcore -I../../ -I../../qt/d2 -L-lQtGui -L-lQtCore -ofinterview