qmake/generators/symbian/initprojectdeploy_symbian.h
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
--- a/qmake/generators/symbian/initprojectdeploy_symbian.h	Fri Apr 16 15:50:13 2010 +0300
+++ b/qmake/generators/symbian/initprojectdeploy_symbian.h	Mon May 03 13:17:34 2010 +0300
@@ -51,6 +51,8 @@
 #include <stdlib.h>
 
 #define PLUGIN_STUB_DIR "qmakepluginstubs"
+#define ROM_DEPLOYMENT_PLATFORM "rom"
+#define EMULATOR_DEPLOYMENT_PLATFORM "emulator"
 
 struct CopyItem
 {
@@ -71,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