fix bug qt-cmake
This commit is contained in:
parent
56d6ab2dd5
commit
3c3d4252f2
2 changed files with 7 additions and 3 deletions
|
|
@ -63,6 +63,10 @@ export QT_MACOS_ROOT_DIR=$HOME/Qt/$QT_VERSION/macos
|
|||
export QT_MACOS_BIN=$QT_BIN_DIR
|
||||
export PATH=$PATH:~/go/bin
|
||||
|
||||
# Show the content of QT_BIN_DIR
|
||||
echo "Listing contents of QT_BIN_DIR:"
|
||||
ls -la $QT_BIN_DIR || { echo "Error: Cannot access $QT_BIN_DIR"; exit 1; }
|
||||
|
||||
# Checking env
|
||||
$QT_BIN_DIR/qt-cmake --version || { echo "Error: qt-cmake not found in $QT_BIN_DIR"; exit 1; }
|
||||
cmake --version || { echo "Error: cmake not found"; exit 1; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue