diff -r dee5afe5301f -r 3f74d0d4af4c qmake/generators/symbian/initprojectdeploy_symbian.h --- a/qmake/generators/symbian/initprojectdeploy_symbian.h Mon Mar 15 12:43:09 2010 +0200 +++ b/qmake/generators/symbian/initprojectdeploy_symbian.h Thu Apr 08 14:19:33 2010 +0300 @@ -50,9 +50,9 @@ #include #include -#include "epocroot.h" - #define PLUGIN_STUB_DIR "qmakepluginstubs" +#define ROM_DEPLOYMENT_PLATFORM "rom" +#define EMULATOR_DEPLOYMENT_PLATFORM "emulator" struct CopyItem { @@ -73,6 +73,5 @@ const QString &build, QStringList& generatedDirs, QStringList& generatedFiles); -//:QTP:QTPROD-92 Deployment of plugins requires WINSCW build before ARM build -extern void writeSbsDeploymentList(const DeploymentList& depList, QTextStream& t); + #endif // INITPROJECTDEPLOYSYMBIAN_H