view examples/mainwindows/dockwidgets/build.sh @ 377:8f7d09e4efc0

add missing D files to the build system@
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Fri, 09 Jul 2010 22:54:51 +0600
parents a212c97edcd2
children
line wrap: on
line source

#! /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 mainwindow.d -I../../../ -I../../../qt/d2 -L-L../../../lib -L-lqtdgui -L-lqtdcore -L-lQtCore -L-lQtGui -ofdockwidgets