~ubuntu-sdk-team/ubuntu-ui-toolkit/escapeLittleAmpersand

« back to all changes in this revision

Viewing changes to sync.profile

  • Committer: Tarmac
  • Author(s): Loïc Molinari
  • Date: 2016-09-08 10:36:05 UTC
  • mfrom: (2086.1.6 uitk-src-dir-update)
  • Revision ID: tarmac-20160908103605-3oe9j340gmnyi8d3
Changed src/ directory layout.

Made the source directory layout consistent with Qt libs. The C++ libraries have been moved to src/ and the QML modules to src/imports/. That also makes it easier to differentiate between modules and libraries since we have a bunch of them now.

Approved by ubuntu-sdk-build-bot, Zsombor Egri.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%modules = ( # path to module name map
2
 
    "UbuntuGestures" => "$basedir/src/Ubuntu/UbuntuGestures",
3
 
    "UbuntuMetrics" => "$basedir/src/Ubuntu/UbuntuMetrics",
4
 
    "UbuntuToolkit"  => "$basedir/src/Ubuntu/UbuntuToolkit",
 
2
    "UbuntuGestures" => "$basedir/src/UbuntuGestures",
 
3
    "UbuntuMetrics" => "$basedir/src/UbuntuMetrics",
 
4
    "UbuntuToolkit"  => "$basedir/src/UbuntuToolkit",
5
5
);
6
6
%moduleheaders = ( # restrict the module headers to those found in relative path
7
7
);