diff examples/opengl/hellogl/build @ 70:f1d6b8f559e6

build file fixes
author mandel
date Wed, 20 May 2009 13:24:34 +0000
parents e78566595089
children
line wrap: on
line diff
--- a/examples/opengl/hellogl/build	Wed May 20 13:23:20 2009 +0000
+++ b/examples/opengl/hellogl/build	Wed May 20 13:24:34 2009 +0000
@@ -1,4 +1,4 @@
 #! /bin/bash
 #rcc mainwindow.qrc -o mainwindow_rcc.cpp
 #g++ -c -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/X11R6/include mainwindow_rcc.cpp
-dmd main.d window.d glwidget.d opengl/gl.d opengl/glu.d -L-L../../../lib -I../../../ -L-lqtdgui -L-lqtdcore -L-lqtdopengl -L-lQtGui -L-lQtCore -L-lQtOpenGL -L-lGLU
+dmd main.d window.d glwidget.d opengl/gl.d opengl/glu.d -L-L../../../lib -I../../../ -I../../../qt/d1 -L-lqtdgui -L-lqtdcore -L-lqtdopengl -L-lQtGui -L-lQtCore -L-lQtOpenGL -L-lGLU -ofhellogl