equal
deleted
inserted
replaced
48 #include <option.h> |
48 #include <option.h> |
49 #include <qdir.h> |
49 #include <qdir.h> |
50 #include <qfile.h> |
50 #include <qfile.h> |
51 #include <stdlib.h> |
51 #include <stdlib.h> |
52 |
52 |
53 #include "epocroot.h" |
|
54 |
|
55 #define PLUGIN_STUB_DIR "qmakepluginstubs" |
53 #define PLUGIN_STUB_DIR "qmakepluginstubs" |
|
54 #define ROM_DEPLOYMENT_PLATFORM "rom" |
|
55 #define EMULATOR_DEPLOYMENT_PLATFORM "emulator" |
56 |
56 |
57 struct CopyItem |
57 struct CopyItem |
58 { |
58 { |
59 CopyItem(const QString& f, const QString& t) : from(f) , to(t) { } |
59 CopyItem(const QString& f, const QString& t) : from(f) , to(t) { } |
60 QString from; |
60 QString from; |
71 bool deployBinaries, |
71 bool deployBinaries, |
72 const QString &platform, |
72 const QString &platform, |
73 const QString &build, |
73 const QString &build, |
74 QStringList& generatedDirs, |
74 QStringList& generatedDirs, |
75 QStringList& generatedFiles); |
75 QStringList& generatedFiles); |
76 //:QTP:QTPROD-92 Deployment of plugins requires WINSCW build before ARM build |
76 |
77 extern void writeSbsDeploymentList(const DeploymentList& depList, QTextStream& t); |
|
78 #endif // INITPROJECTDEPLOYSYMBIAN_H |
77 #endif // INITPROJECTDEPLOYSYMBIAN_H |