~fboucault/qtcreator-plugin-ubuntu/newarch_arm64

« back to all changes in this revision

Viewing changes to src/ubuntu/device/container/ubuntulocalruncontrolfactory.h

  • Committer: Benjamin Zeller
  • Date: 2016-06-08 15:09:39 UTC
  • mfrom: (443.2.36 ubuntu)
  • Revision ID: benjamin.zeller@canonical.com-20160608150939-v4ffv2a9xy5lcr5s
LXD rewrite for building and running apps in LXD containers

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define UBUNTULOCALRUNCONTROLFACTORY_H
3
3
 
4
4
#include <projectexplorer/runconfiguration.h>
 
5
#include <utils/environment.h>
5
6
 
6
7
namespace Ubuntu {
7
8
namespace Internal {