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

« back to all changes in this revision

Viewing changes to tests/modules/DesktopFileReader/DesktopFileReader.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 = desktopfilereader_test
5
 
 
6
 
SOURCES += \
7
 
    desktopfilereader_test.cpp
8
 
 
9
 
OTHER_FILES += \
10
 
    calculator.desktop
11
 
 
12
 
# Copy to build directory
13
 
for(FILE, OTHER_FILES){
14
 
    QMAKE_POST_LINK += $$quote(cp $${PWD}/$${FILE} $${OUT_PWD}$$escape_expand(\\n\\t))
15
 
}