QML: fix mixed debug/release build on OSX.
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>
Mon, 11 May 2015 08:16:37 +0000 (10:16 +0200)
committerSimon Hausmann <simon.hausmann@theqtcompany.com>
Tue, 12 May 2015 08:49:09 +0000 (08:49 +0000)
commitd76921e3082cd311207cd4c822ef2d357519b12f
treea12b29e479ea4a7a698b0f030f68fb83d6dcec12
parent4e944555aa1b9efa30b07ebb5bc5191c2ea6c130
QML: fix mixed debug/release build on OSX.

Dyld will take the debug library and link it against the release
versions of the frameworks. (Using the debug versions is an option to
dyld when starting an application.) This requires all symbols in both
debug and release libraries in frameworks to be the same.

Change-Id: I6d96bcdf8577f1dffc63c508cb7adc0db2acc486
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
src/qml/jsruntime/qv4engine.cpp
src/qml/jsruntime/qv4engine_p.h