--- tools/macdeployqt/macdeployqt/main.cpp.orig 2012-04-23 14:49:04.000000000 -0400 +++ tools/macdeployqt/macdeployqt/main.cpp 2012-04-17 14:38:16.000000000 -0400 @@ -127,7 +127,7 @@ if (plugins) { if (deploymentInfo.qtPath.isEmpty()) - deploymentInfo.pluginPath = "/Developer/Applications/Qt/plugins"; // Assume binary package. + deploymentInfo.pluginPath = "@QT_PLUGINS_DIR@"; // Assume binary package. else deploymentInfo.pluginPath = deploymentInfo.qtPath + "/plugins";