PKGBUILDs/qt5-declarative/mingw-w64/qt5-build-qmldevtools-as-shared-library.patch
Martchus f7924a9daa Fix a few mistakes in mingw-w64-qt5-* packages
- Some modules contain executables to run on the host
  and hence mustn't have the architecture 'any'.
- Host tools in modules are stripped now
- Missing mfence in Atomic.h (header of WTF) is fixed
  in a more appropriate way
2016-06-22 22:33:30 +02:00

12 lines
506 B
Diff

--- qtdeclarative-opensource-src-5.1.0/src/qmldevtools/qmldevtools.pro.orig 2013-08-02 01:25:48.928675488 +0200
+++ qtdeclarative-opensource-src-5.1.0/src/qmldevtools/qmldevtools.pro 2013-08-02 01:25:58.679832023 +0200
@@ -1,7 +1,7 @@
option(host_build)
TARGET = QtQmlDevTools
QT = core-private
-CONFIG += static internal_module qmldevtools_build
+CONFIG += internal_module qmldevtools_build
# Don't use pch because the auto-generated header refers to QtBootstrap,
# which doesn't exist