annotate examples/mainwindows/dockwidgets/build @ 70:f1d6b8f559e6

build file fixes
author mandel
date Wed, 20 May 2009 13:24:34 +0000
parents cf8a415f3f32
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
e78566595089 initial import
mandel
parents:
diff changeset
1 #! /bin/bash
e78566595089 initial import
mandel
parents:
diff changeset
2 #rcc mainwindow.qrc -o mainwindow_rcc.cpp
e78566595089 initial import
mandel
parents:
diff changeset
3 #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
70
f1d6b8f559e6 build file fixes
mandel
parents: 33
diff changeset
4 dmd main.d mainwindow.d -I../../../ -I../../../qt/d1 -L-L../../../lib -L-lqtdgui -L-lqtdcore -L-lQtCore -L-lQtGui -ofdockwidgets