Skip to content

Commit 02b0ced

Browse files
Merge branch 'build_issue215_maya2020_qt_bug' into develop_v0.3.x
2 parents c43ae9c + 8505756 commit 02b0ced

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

scripts/build_qtpy.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ python "${THIS_DIR}/get_qtpy.py" "${ROOT}/archives" "${ROOT}/working" "${ROOT}/p
4141

4242
# Copy file to install
4343
mkdir -p ${INSTALL_DIR}
44-
cp ${ROOT}/working/Qt.py-1.1.0/Qt.py ${INSTALL_DIR}
44+
cp ${ROOT}/working/Qt.py-1.2.0/Qt.py ${INSTALL_DIR}
4545

4646
# Return back project root directory.
4747
cd ${CWD}

scripts/build_qtpy.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ python.exe "%THIS_DIR%get_qtpy.py" "%ROOT%\archives" "%ROOT%\working" "%ROOT%\pa
3434

3535
:: Copy file to install
3636
MKDIR "%INSTALL_DIR%"
37-
COPY /Y /V "%ROOT%\working\Qt.py-1.1.0\Qt.py" "%INSTALL_DIR%\Qt.py"
37+
COPY /Y /V "%ROOT%\working\Qt.py-1.2.0\Qt.py" "%INSTALL_DIR%\Qt.py"
3838

3939
:: Return back project root directory.
4040
CHDIR "%ROOT%"

scripts/get_qtpy.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
def main(archives_dir, working_dir, patches_dir):
3030
user_agent = None
31-
url = 'https://github.com/mottosso/Qt.py/archive/1.1.0.tar.gz'
32-
archive_name = 'Qt.py-1.1.0.tar.gz'
33-
name = 'Qt.py-1.1.0'
31+
url = 'https://github.com/mottosso/Qt.py/archive/1.2.0.tar.gz'
32+
archive_name = 'Qt.py-1.2.0.tar.gz'
33+
name = 'Qt.py-1.2.0'
3434
download_unpack.add_package(
3535
name,
3636
archive_name,

0 commit comments

Comments
 (0)