Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Qt5: Make 5.6 compile on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Apr 19, 2016
1 parent 3c1e5db commit 0de76ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
15 changes: 13 additions & 2 deletions qt5/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,19 @@ if [ `uname` == Darwin ]; then
-nomake examples \
-nomake tests \
-verbose \
-skip qtwebengine \
-skip webengine \
-skip enginio \
-skip location \
-skip sensors \
-skip serialport \
-skip script \
-skip serialbus \
-skip quickcontrols2 \
-skip wayland \
-skip canvas3d \
-skip 3d \
-qt-pcre \
-qt-freetype \
-platform macx-g++ \
-no-c++11 \
-no-framework \
Expand All @@ -107,7 +118,7 @@ if [ `uname` == Darwin ]; then
-no-libudev \
-no-egl

make -j $MAKE_JOBS
DYLD_FALLBACK_LIBRARY_PATH=$PREFIX/lib make -j $MAKE_JOBS
make install

fi
Expand Down
8 changes: 4 additions & 4 deletions qt5/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ requirements:
- icu 54*
- python
- jom [win]
- freetype [unix]
- openssl [unix]
- libpng 1.6* [unix]
- jpeg [unix]
- zlib [unix]
Expand All @@ -30,18 +28,20 @@ requirements:
- gst-plugins-base 1.8* [linux]
- libxcb [linux]
- gcc [linux]
- freetype [linux]
- openssl [linux]

run:
- icu 54*
- freetype [unix]
- zlib [unix]
- openssl [unix]
- libpng 1.6* [unix]
- jpeg [unix]
- fontconfig [linux]
- gst-plugins-base 1.8* [linux]
- libxcb [linux]
- libgcc [linux]
- freetype [linux]
- openssl [linux]

about:
home: http://www.qt.io
Expand Down

0 comments on commit 0de76ec

Please sign in to comment.