git-svn-id: svn://db.shs.com.ru/libs@24 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2015-06-05 06:31:14 +00:00
parent d524235ab8
commit 454280766f
4 changed files with 5 additions and 15 deletions

View File

@@ -2,6 +2,7 @@
#make install $@
for d in 'qad_widgets' 'qad_utils' 'qad_graphic' 'qad_sql_table' 'qad_application' 'qad_blockview' 'touch_widgets'; do
cd $d
echo "now in $(pwd -P)"
qmake
make install $@
cd ..