input QT_PATH
This commit is contained in:
parent
4287e5aa76
commit
336850624f
2 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ echo "Building App..."
|
|||
mkdir -p build-macos
|
||||
cd build-macos
|
||||
|
||||
$QT_BIN_DIR/qt-cmake .. -GXcode -DQT_HOST_PATH=$QT_PATH -DMACOS_NE=TRUE
|
||||
$QT_BIN_DIR/qt-cmake .. -GXcode -DQT_HOST_PATH=$QT_MACOS_ROOT_DIR -DMACOS_NE=TRUE
|
||||
cmake --build . --config release --target all
|
||||
|
||||
# Build and run tests here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue