-
Notifications
You must be signed in to change notification settings - Fork 2
/
run_qmake_dos_alt.bat
executable file
·56 lines (56 loc) · 1.62 KB
/
run_qmake_dos_alt.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
cd caret5
%QTDIR%\bin\qmake "CONFIG += release" "CONFIG -= debug"
REM %QTDIR%\bin\qmake -makefile -t app
cd ..
cd caret_gui
%QTDIR%\bin\qmake "CONFIG += release" "CONFIG -= debug"
REM %QTDIR%\bin\qmake -makefile -t lib
cd ..
cd caret_brain_set
%QTDIR%\bin\qmake "CONFIG += release" "CONFIG -= debug"
REM %QTDIR%\bin\qmake -makefile -t lib
cd ..
cd caret_common
%QTDIR%\bin\qmake "CONFIG += release" "CONFIG -= debug"
REM %QTDIR%\bin\qmake -makefile -t lib
cd ..
cd caret_command_operations
%QTDIR%\bin\qmake "CONFIG += release" "CONFIG -= debug"
REM %QTDIR%\bin\qmake -makefile -t lib
cd ..
cd caret_statistics
%QTDIR%\bin\qmake "CONFIG += release" "CONFIG -= debug"
REM %QTDIR%\bin\qmake -makefile -t lib
cd ..
cd caret_vtk4_classes
%QTDIR%\bin\qmake "CONFIG += release" "CONFIG -= debug"
REM %QTDIR%\bin\qmake -makefile -t lib
cd ..
cd caret_uniformize
%QTDIR%\bin\qmake "CONFIG += release" "CONFIG -= debug"
REM %QTDIR%\bin\qmake -makefile -t lib
cd ..
cd caret_files
%QTDIR%\bin\qmake "CONFIG += release" "CONFIG -= debug"
REM %QTDIR%\bin\qmake -makefile -t lib
cd ..
cd caret_cifti
%QTDIR%\bin\qmake "CONFIG += release" "CONFIG -= debug"
REM %QTDIR%\bin\qmake -makefile -t lib
cd ..
cd caret_gifti
%QTDIR%\bin\qmake "CONFIG += release" "CONFIG -= debug"
REM %QTDIR%\bin\qmake -makefile -t lib
cd ..
cd caret_widgets
%QTDIR%\bin\qmake "CONFIG += release" "CONFIG -= debug"
REM %QTDIR%\bin\qmake -makefile -t lib
cd ..
cd caret_command
%QTDIR%\bin\qmake "CONFIG += release" "CONFIG -= debug"
REM %QTDIR%\bin\qmake -makefile -t app
cd ..
cd caret_edit
%QTDIR%\bin\qmake "CONFIG += release" "CONFIG -= debug"
REM %QTDIR%\bin\qmake -makefile -t app
cd ..