~mir-team/qtmir/mir-0.16-rebuild

« back to all changes in this revision

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

  • Committer: CI bot
  • Author(s): Gerry Boland, Robert Carr, Michał Sawicz
  • Date: 2014-12-03 10:06:40 UTC
  • mfrom: (250.4.74 origin/cmake)
  • Revision ID: ps-jenkins@lists.canonical.com-20141203100640-wlk4i71g0cwl3r5r
Port qmake->cmake to enable sbuild usage for crosscompiling. 
Approved by: Gerry Boland

Show diffs side-by-side

added added

removed removed

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