~canonical-platform-qa/ubuntu-system-settings-online-accounts/launch_fixture

« back to all changes in this revision

Viewing changes to src/module/module.pro

  • Committer: CI bot
  • Author(s): Alberto Mardegan
  • Date: 2014-05-30 13:30:01 UTC
  • mfrom: (107.1.13 master)
  • Revision ID: ps-jenkins@lists.canonical.com-20140530133001-an9lfy1dc1pfkifd
Release development branch

Features landing with this branch:
- Updating the ACL when applications are enabled/disabled in System Settings
- Write profile information in the XML files installed by click hooks
- Run tests with Python 3 autopilot.
- Merge signon-ui into online-accounts-ui 

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
PLUGIN_INSTALL_BASE = $${PLUGIN_PRIVATE_MODULE_DIR}/$$replace(API_URI, \\., /)
10
10
 
11
11
QML_SOURCES = \
 
12
    KeyboardRectangle.qml \
12
13
    OAuthMain.qml \
13
14
    OAuth.qml \
14
15
    Options.qml \
15
16
    RemovalConfirmation.qml \
16
17
    ServiceItem.qml \
17
 
    ServiceSwitches.qml
 
18
    ServiceSwitches.qml \
 
19
    StandardAnimation.qml \
 
20
    WebView.qml
18
21
 
19
22
OTHER_FILES += $${QML_SOURCES}
20
23