diff options
author | TheCharlatan <seb.kung@gmail.com> | 2018-05-02 17:11:02 +0200 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2018-09-10 22:08:05 +0200 |
commit | f0ba19fde558b2ef8ac80132f163de3d0750869f (patch) | |
tree | 5ed3c42b3244f07ffb9289904bf27e9d2b654e3c /contrib/depends/patches/qt/fix_qt_pkgconfig.patch | |
parent | Add Miniupnp submodule (diff) | |
download | monero-f0ba19fde558b2ef8ac80132f163de3d0750869f.tar.xz |
Add lrelease to the depends
This includes a minimal qt build without gui
Diffstat (limited to 'contrib/depends/patches/qt/fix_qt_pkgconfig.patch')
-rw-r--r-- | contrib/depends/patches/qt/fix_qt_pkgconfig.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/depends/patches/qt/fix_qt_pkgconfig.patch b/contrib/depends/patches/qt/fix_qt_pkgconfig.patch new file mode 100644 index 000000000..34302a9f2 --- /dev/null +++ b/contrib/depends/patches/qt/fix_qt_pkgconfig.patch @@ -0,0 +1,11 @@ +--- old/qtbase/mkspecs/features/qt_module.prf ++++ new/qtbase/mkspecs/features/qt_module.prf +@@ -245,7 +245,7 @@ + load(qt_targets) + + # this builds on top of qt_common +-!internal_module:!lib_bundle:if(unix|mingw) { ++unix|mingw { + CONFIG += create_pc + QMAKE_PKGCONFIG_DESTDIR = pkgconfig + host_build: \ |