~artmello/gallery-app/badcontext_crash

« back to all changes in this revision

Viewing changes to tests/unittests/gallerythumbnailimageprovider/gallerythumbnailimageprovider.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_gallerythumbnailimageprovider
3
 
 
4
 
QT += testlib quick
5
 
 
6
 
BASE_PATH = "../../.."
7
 
include($${BASE_PATH}/coverage.pri)
8
 
 
9
 
SOURCES += tst_gallerythumbnailimageprovider.cpp \
10
 
    $${BASE_PATH}/src/qml/gallery-thumbnail-image-provider.cpp \
11
 
    gallery-manager.cpp \
12
 
    preview-manager.cpp
13
 
 
14
 
INCLUDEPATH += $${BASE_PATH}/src/qml \
15
 
               $${BASE_PATH}/src
16
 
 
17
 
HEADERS += $${BASE_PATH}/src/core/gallery-manager.h \
18
 
           $${BASE_PATH}/src/media/preview-manager.h
19