You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
216 B

REM set QMAKESPEC=win32-msvc.net
cd mesh2
qmake mesh2.pro
cd ../simpleplot
qmake simpleplot.pro
cd ../autoswitch
qmake autoswitch.pro
cd ../enrichments
qmake enrichments.pro
cd ../axes
qmake axes.pro
cd ..