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

This commit is contained in:
2016-04-15 08:02:56 +00:00
parent f9b35564dc
commit 5af1afd50f
11 changed files with 5 additions and 36 deletions

View File

@@ -1 +1 @@
cmake_mgw -DICU=1 -DUSB=1 -DCRYPT=1 && make install -j8 && for %%d in (qad_widgets qad_utils qad_graphic qad_sql_table qad_application touch_widgets qad_blockview) do cd %%d && qmake && make install -j8 && cd ..
cd ..\libs_build && cmake_mgw ..\libs -DICU=1 -DUSB=1 -DCRYPT=1 && make install -j8 && for %%d in (..\libs\qad_widgets ..\libs\qad_utils ..\libs\qad_graphic ..\libs\qad_sql_table ..\libs\qad_application ..\libs\touch_widgets ..\libs\qad_blockview) do cd %%d && qmake && make install -j8 && cd ..