diff options
author | Christian Kandeler <christian.kandeler@nokia.com> | 2011-08-01 16:44:59 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@nokia.com> | 2011-08-01 17:31:26 +0200 |
commit | 04edb4513c79edfd35b7e48689dcda333b3067e0 (patch) | |
tree | fa04b005f89e990fe2c8db69d10dee0b44bb199a /src/plugins/remotelinux/abstractpackagingstep.cpp | |
parent | bfa29c3efcdea96b72631c561fd82c31b42479bc (diff) | |
download | qt-creator-04edb4513c79edfd35b7e48689dcda333b3067e0.tar.gz |
RemoteLinux: Overhaul deployment infrastructure.
- Introduce generic and Madde-specific deploy configuration widgets.
- Move project file update logic into dedicated class.
- Generic deploy configuration widget no longer has the ability to change deployment settings via the GUI, because we cannot know which qmake scope to use for that.
Change-Id: Ie542a0852c8aa1c6b416cd7aece4e48c1cc2de7c
Reviewed-on: http://codereview.qt.nokia.com/2445
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/abstractpackagingstep.cpp')
-rw-r--r-- | src/plugins/remotelinux/abstractpackagingstep.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/remotelinux/abstractpackagingstep.cpp b/src/plugins/remotelinux/abstractpackagingstep.cpp index 4f5bd6a0d0..d83539cdfd 100644 --- a/src/plugins/remotelinux/abstractpackagingstep.cpp +++ b/src/plugins/remotelinux/abstractpackagingstep.cpp @@ -30,6 +30,7 @@ **************************************************************************/ #include "abstractpackagingstep.h" +#include "deployablefile.h" #include "deploymentinfo.h" #include "remotelinuxdeployconfiguration.h" @@ -38,6 +39,7 @@ #include <projectexplorer/target.h> #include <utils/fileutils.h> +#include <QtCore/QDateTime> #include <QtCore/QFileInfo> using namespace ProjectExplorer; |