Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit db7c855

Browse files
committed
Fix crossbuild errors
1 parent 087c5ff commit db7c855

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/release-all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ crossBuild()
133133

134134
if [ $OS = "Linux" ]; then
135135
QMAKE="qmake-qt4"
136-
QT_VERSION="4.8.0"
137-
QT_WIN32_VERSION="4.8.0"
136+
QT_VERSION="4.8.6"
137+
QT_WIN32_VERSION="4.8.3"
138138
QT_PATH="/usr"
139139
MKSPEC="$HOME/.qt/mkspecs/win32-x11-g++"
140140
QT_WIN32_PATH="$WINE_DRIVE/Development/Qt/$QT_WIN32_VERSION"

qwbfs/qwbfs.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fresh {
4545
!build_pass:message( "Using bundled fresh library." )
4646
FRESH_PATH = ../fresh
4747

48-
include( $$FRESH_PATH/qmake-extensions.git/functions.pri )
48+
include( $$FRESH_PATH/qmake-extensions.git/qmake-extensions.pri )
4949

5050
FRESH_SOURCES_PATHS = $$getFolders( $$FRESH_PATH/src )
5151

0 commit comments

Comments
 (0)