aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinux.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2012-08-22 16:52:38 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2012-08-24 15:44:03 +0200
commitc7ebfd47a49c8cc2cfb8cb34ada73e32a8611bb0 (patch)
tree6045564559d9cb0a485016997616bd1a1ba14e0f /src/plugins/remotelinux/remotelinux.qbs
parentb80205c592cd3ecc768baba246b5e8df9a34c995 (diff)
RemoteLinux: Remove dependency on Qt4ProjectManager.
Instead use the newly added abstractions from ProjectExplorer. This makes the plugin qmake-independent in principle; any build system can be used as long as the respective QtCreator plugin provides a way to set up the required deployment information. As a side effect of this patch, two features are lost: (1) The ability to add a remote directory automatically for a RemoteLinux based target. This was rarely ever useful, because any non- trivial project requires more files to be deployed than just one binary. (2) The ability to add Desktop files and icons for Fremantle and Harmattan projects. Similar points as above apply here as well; such projects should be set up via QtCreator's wizards or manually by users who know what they are doing. Change-Id: I2d7e621256f01143aafe3b191b04a120f053e672 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinux.qbs')
-rw-r--r--src/plugins/remotelinux/remotelinux.qbs13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/plugins/remotelinux/remotelinux.qbs b/src/plugins/remotelinux/remotelinux.qbs
index 221172e3223..3bb4c43ef52 100644
--- a/src/plugins/remotelinux/remotelinux.qbs
+++ b/src/plugins/remotelinux/remotelinux.qbs
@@ -9,7 +9,6 @@ QtcPlugin {
Depends { name: "Core" }
Depends { name: "Debugger" }
Depends { name: "ProjectExplorer" }
- Depends { name: "Qt4ProjectManager" }
Depends { name: "QtSupport" }
Depends { name: "QtcSsh" }
@@ -28,13 +27,6 @@ QtcPlugin {
"abstractremotelinuxdeploystep.h",
"abstractuploadandinstallpackageservice.cpp",
"abstractuploadandinstallpackageservice.h",
- "deployablefile.h",
- "deployablefilesperprofile.cpp",
- "deployablefilesperprofile.h",
- "deploymentinfo.cpp",
- "deploymentinfo.h",
- "deploymentsettingsassistant.cpp",
- "deploymentsettingsassistant.h",
"embeddedlinuxqtversion.cpp",
"embeddedlinuxqtversion.h",
"embeddedlinuxqtversionfactory.cpp",
@@ -93,9 +85,6 @@ QtcPlugin {
"linuxdevicetestdialog.ui",
"packageuploader.cpp",
"packageuploader.h",
- "profilesupdatedialog.cpp",
- "profilesupdatedialog.h",
- "profilesupdatedialog.ui",
"remotelinuxdeployconfigurationwidget.ui",
"remotelinuxenvironmentreader.cpp",
"remotelinuxenvironmentreader.h",
@@ -117,6 +106,8 @@ QtcPlugin {
"remotelinuxcheckforfreediskspacestep.h",
"remotelinuxcheckforfreediskspacestep.cpp",
"remotelinuxcheckforfreediskspacestepwidget.ui",
+ "remotelinuxdeploymentdatamodel.h",
+ "remotelinuxdeploymentdatamodel.cpp",
"images/embeddedtarget.png"
]