python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / qt-6 / patches / qtbase-qmake-pkg-config.patch
blob90caaea1cf4d4df2aa383ffaea26f7e8e0d6cd16
1 diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp
2 --- a/qmake/generators/makefile.cpp
3 +++ b/qmake/generators/makefile.cpp
4 @@ -3390,8 +3390,7 @@ MakefileGenerator::writePkgConfigFile()
5 << varGlue("QMAKE_PKGCONFIG_CFLAGS", "", " ", " ")
6 // << varGlue("DEFINES","-D"," -D"," ")
8 - if (!project->values("QMAKE_DEFAULT_INCDIRS").contains(includeDir))
9 - t << "-I${includedir}";
10 + t << "-I${includedir}";
11 if (target_mode == TARG_MAC_MODE && project->isActiveConfig("lib_bundle")
12 && libDir != QLatin1String("/Library/Frameworks")) {
13 t << " -F${libdir}";