~mterry/qtmir/warn-on-xapp

« back to all changes in this revision

Viewing changes to tests/modules/ApplicationManager/ApplicationManager.pro

  • Committer: Gerry Boland
  • Date: 2014-07-01 13:38:06 UTC
  • mto: This revision was merged to the branch mainline in revision 158.
  • Revision ID: gerry.boland@canonical.com-20140701133806-lwfnplkijthydzj4
Update QML plugin: rename to Unity.Application, merge latest unity-mir changes, add tests (not passing yet) and use category logging

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE = app
 
2
TARGET = application_manager_test
 
3
CONFIG += testcase
 
4
 
 
5
include(../common/common.pri)
 
6
 
 
7
INCLUDEPATH += \
 
8
    ../../../src/platforms/mirserver
 
9
 
 
10
SOURCES += \
 
11
    application_manager_test.cpp
 
12
 
 
13
# need to link in the QPA plugin too for access to MirServerConfiguration
 
14
LIBS += -Wl,-rpath,$${PWD}/../../../src/platforms/mirserver \
 
15
    -L../../../src/platforms/mirserver -lqpa-mirserver
 
16