annotate examples/mainwindows/dockwidgets/build.sh @ 414:b2a803c73b89 default tip

Declare tabArray const.
author David Nadlinger <code@klickverbot.at>
date Fri, 06 May 2011 13:39:49 +0200
parents a212c97edcd2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
128
3f976dec4bf2 build -> build.sh
mandel
parents:
diff changeset
1 #! /bin/bash
3f976dec4bf2 build -> build.sh
mandel
parents:
diff changeset
2 #rcc mainwindow.qrc -o mainwindow_rcc.cpp
3f976dec4bf2 build -> build.sh
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
191
a212c97edcd2 one more example
eldar
parents: 128
diff changeset
4 dmd main.d mainwindow.d -I../../../ -I../../../qt/d2 -L-L../../../lib -L-lqtdgui -L-lqtdcore -L-lQtCore -L-lQtGui -ofdockwidgets