summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qtcontactsdocsample/qtcontactsdocsample.cpp
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-10-21 14:39:53 +0200
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-10-21 14:39:53 +0200
commit4cbebbdc4263d6eb55a9360f05589ff50aca6a94 (patch)
tree947e6249b8ee56f2d521710f9f18979d8ce8825c /doc/src/snippets/qtcontactsdocsample/qtcontactsdocsample.cpp
parent229b76226a83d5cd31154aafb97df084aa45c25b (diff)
Fixed link of tests/examples on mac in debug mode with frameworks.
On most platforms, debug-and-release libs are put into build/Debug and build/Release respectively. This is at odds with how debug-and-release frameworks are supposed to work: the debug and release libraries go into the same bundle. Apps are never explicitly linked to the debug or release library, instead they are linked to the framework, and the debug lib is selected by setting the DYLD_IMAGE_SUFFIX environment variable at runtime. For this to work as expected for mobility projects, we'll make sure frameworks always go under build/Release. Previously, the release half of the framework would go to build/Release and the debug half would go to build/Debug.
Diffstat (limited to 'doc/src/snippets/qtcontactsdocsample/qtcontactsdocsample.cpp')
0 files changed, 0 insertions, 0 deletions