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

Commit

Permalink
Fix crossbuild errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pasnox committed Apr 29, 2014
1 parent 087c5ff commit db7c855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/release-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ crossBuild()

if [ $OS = "Linux" ]; then
QMAKE="qmake-qt4"
QT_VERSION="4.8.0"
QT_WIN32_VERSION="4.8.0"
QT_VERSION="4.8.6"
QT_WIN32_VERSION="4.8.3"
QT_PATH="/usr"
MKSPEC="$HOME/.qt/mkspecs/win32-x11-g++"
QT_WIN32_PATH="$WINE_DRIVE/Development/Qt/$QT_WIN32_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion qwbfs/qwbfs.pro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fresh {
!build_pass:message( "Using bundled fresh library." )
FRESH_PATH = ../fresh

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

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

Expand Down

0 comments on commit db7c855

Please sign in to comment.