
* qt: add 5.10.0, fix macOS build, clean-up comments/TODOs * qt: fix pkgconfig files * qt: restore-pc-files.patch * add version constraint to the patch * qt: adjust url_for_version for 5.10.0
16 lines
538 B
Diff
16 lines
538 B
Diff
Partially reverts <https://codereview.qt-project.org/#/c/140954/>.
|
|
|
|
diff --git i/qtbase/mkspecs/features/qt_module.prf w/qtbase/mkspecs/features/qt_module.prf
|
|
index bb28af97..36bb6483 100644
|
|
--- i/qtbase/mkspecs/features/qt_module.prf
|
|
+++ w/qtbase/mkspecs/features/qt_module.prf
|
|
@@ -245,7 +245,7 @@ load(qt_installs)
|
|
load(qt_targets)
|
|
|
|
# this builds on top of qt_common
|
|
-!internal_module:!lib_bundle:if(unix|mingw) {
|
|
+!internal_module:if(unix|mingw) {
|
|
CONFIG += create_pc
|
|
QMAKE_PKGCONFIG_DESTDIR = pkgconfig
|
|
host_build: \
|