~artmello/gallery-app/gallery-app-open_new_photo_from_scope

« back to all changes in this revision

Viewing changes to tests/unittests/resource/resource.pro

  • Committer: Guenter Schwann
  • Date: 2013-04-15 12:05:00 UTC
  • mto: This revision was merged to the branch mainline in revision 653.
  • Revision ID: guenter.schwann@canonical.com-20130415120500-fh98u8vuuu7lg1rb
Use cmake instead of qmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CONFIG += testcase
2
 
TARGET = tst_resource
3
 
 
4
 
QT += testlib quick
5
 
 
6
 
BASE_PATH = "../../.."
7
 
include($${BASE_PATH}/coverage.pri)
8
 
 
9
 
SOURCES += tst_resource.cpp \
10
 
    $${BASE_PATH}/src/util/resource.cpp
11
 
 
12
 
INCLUDEPATH += $${BASE_PATH}/src