From 5527e92301f9120ec05553a9fa347438dd3fdfd8 Mon Sep 17 00:00:00 2001 From: "Koenig, Joerg" Date: Wed, 10 Jun 2020 13:56:41 +0200 Subject: MinGW build is static Change-Id: Ie489d1069ce789b1ae33adf7bd3da5fcfa11d800 --- Makefile.mingw64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.mingw64 b/Makefile.mingw64 index 8e5d85e..0273369 100644 --- a/Makefile.mingw64 +++ b/Makefile.mingw64 @@ -68,7 +68,7 @@ qt.$(ARCH): -platform win32-g++ \ -prefix $(QT_INST_PATH) \ -recheck-all \ - -shared \ + -static \ -release \ -strip \ -silent \ -- cgit v0.12 href='/favicon.ico'/>
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2010-10-29 00:43:20 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-10-29 00:43:20 (GMT)
commit8250d455d8d85c5fe0c819f997ba0902315bfce4 (patch)
treea645591db67cdb235a160e49ff154e3670c6f5a8 /tests/auto/qitemselectionmodel/qitemselectionmodel.pro
parent95b0b37704c97c5b4b48cd53c6592fc714c99828 (diff)
downloadQt-8250d455d8d85c5fe0c819f997ba0902315bfce4.zip
Qt-8250d455d8d85c5fe0c819f997ba0902315bfce4.tar.gz
Qt-8250d455d8d85c5fe0c819f997ba0902315bfce4.tar.bz2
Do not crash on Symbian
The qml debugging enabler in QtDeclarative made any Qt app crash which used QDeclarative. Reason was that QtDeclarative.dll tried to directly access (private) writable static data from QtGui.dll. This patch adds an accessor function for the data to QtGui, and the crash is gone. Done-by: Kai Koehne Reviewed-by: Kai Koehne (cherry picked from commit 2362d8b1e9fa86da1d3cc5dbb7d4467ec12311e1) Conflicts: src/declarative/debugger/qdeclarativedebugservice.cpp