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

« back to all changes in this revision

Viewing changes to tests/online-accounts-ui/tst_application_manager.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:
 
1
include(../../common-project-config.pri)
 
2
 
 
3
TARGET = tst_application_manager
 
4
 
 
5
CONFIG += \
 
6
    debug \
 
7
    link_pkgconfig
 
8
 
 
9
QT += \
 
10
    core \
 
11
    dbus \
 
12
    qml \
 
13
    testlib
 
14
 
 
15
PKGCONFIG += \
 
16
    accounts-qt5
 
17
 
 
18
DEFINES += \
 
19
    DEBUG_ENABLED \
 
20
    TEST_DATA_DIR=\\\"$${PWD}/data\\\"
 
21
 
 
22
SOURCES += \
 
23
    $${TOP_SRC_DIR}/src/application-manager.cpp \
 
24
    $${TOP_SRC_DIR}/src/account-manager.cpp \
 
25
    $${TOP_SRC_DIR}/src/debug.cpp \
 
26
    tst_application_manager.cpp
 
27
 
 
28
HEADERS += \
 
29
    $${TOP_SRC_DIR}/src/application-manager.h \
 
30
    $${TOP_SRC_DIR}/src/account-manager.h \
 
31
    $${TOP_SRC_DIR}/src/debug.h
 
32
 
 
33
INCLUDEPATH += \
 
34
    $${TOP_SRC_DIR}/src
 
35
 
 
36
check.commands = "xvfb-run -a dbus-test-runner -t ./$${TARGET}"
 
37
check.depends = $${TARGET}
 
38
QMAKE_EXTRA_TARGETS += check