From 28f36635843e03d39727e0443aa9570a5a276953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Tue, 24 Mar 2015 14:31:19 +0000 Subject: [PATCH] make_libs fixersion fixedleaselication git-svn-id: svn://db.shs.com.ru/libs@4 a8b55f48-bf90-11e4-a774-851b48703e85 --- make_libs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_libs.sh b/make_libs.sh index f8cdced..d010bb8 100755 --- a/make_libs.sh +++ b/make_libs.sh @@ -1,5 +1,5 @@ -#cmake . -#make install $@ +cmake . +make install $@ for d in 'qad_widgets' 'qad_utils' 'qad_graphic' 'qad_sql_table' 'qad_application' 'qad_blockview' 'touch_widgets'; do cd $d qmake