Subversion Repositories tpanel

Rev

Rev 450 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 450 Rev 472
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
cmake -B build -DCMAKE_PREFIX_PATH="/opt/Qt/6.6.1/macos/lib/cmake:/opt/homebrew/lib/cmake"
2
cmake -B build -DCMAKE_PREFIX_PATH="/opt/Qt/6.6.2/macos/lib/cmake:/opt/homebrew/lib/cmake"
3
 
3
 
4
if [ $? -ne 0 ]
4
if [ $? -ne 0 ]
5
then
5
then
6
    exit 1
6
    exit 1
7
fi
7
fi