|
|
@@ -8,7 +8,7 @@ $(package)_dependencies=openssl |
|
|
|
$(package)_linux_dependencies=freetype fontconfig libxcb libX11 xproto libXext |
|
|
|
$(package)_build_subdir=qtbase |
|
|
|
$(package)_qt_libs=corelib network widgets gui plugins testlib |
|
|
|
$(package)_patches=mac-qmake.conf mingw-uuidof.patch pidlist_absolute.patch fix-xcb-include-order.patch fix_qt_pkgconfig.patch |
|
|
|
$(package)_patches=mac-qmake.conf configure-xcoderun.patch mingw-uuidof.patch pidlist_absolute.patch fix-xcb-include-order.patch fix_qt_pkgconfig.patch |
|
|
|
|
|
|
|
$(package)_qttranslations_file_name=qttranslations-$($(package)_suffix) |
|
|
|
$(package)_qttranslations_sha256_hash=dcc1534d247babca1840cb6d0a000671801a341ea352d0535474f86adadaf028 |
|
|
@@ -134,6 +134,7 @@ define $(package)_preprocess_cmds |
|
|
|
cp -f qtbase/mkspecs/macx-clang/Info.plist.app qtbase/mkspecs/macx-clang-linux/ &&\ |
|
|
|
cp -f qtbase/mkspecs/macx-clang/qplatformdefs.h qtbase/mkspecs/macx-clang-linux/ &&\ |
|
|
|
cp -f $($(package)_patch_dir)/mac-qmake.conf qtbase/mkspecs/macx-clang-linux/qmake.conf && \ |
|
|
|
patch -p1 < $($(package)_patch_dir)/configure-xcoderun.patch && \ |
|
|
|
patch -p1 < $($(package)_patch_dir)/mingw-uuidof.patch && \ |
|
|
|
patch -p1 < $($(package)_patch_dir)/pidlist_absolute.patch && \ |
|
|
|
patch -p1 < $($(package)_patch_dir)/fix-xcb-include-order.patch && \ |