~michael-sheldon/ubuntu-keyboard/fix-oxide-dismiss-test

« back to all changes in this revision

Viewing changes to tests/rendering/rendering.pro

  • Committer: Guenter Schwann
  • Date: 2013-10-24 10:17:12 UTC
  • mto: This revision was merged to the branch mainline in revision 87.
  • Revision ID: guenter.schwann@canonical.com-20131024101712-82euciqg8delaxie
Reorganize tests let "make check" pass

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include(../../src/config.pri)
2
 
include(../common-check.pri)
3
 
 
4
 
TOP_BUILDDIR = $${OUT_PWD}/../..
5
 
TARGET = rendering
6
 
TEMPLATE = app
7
 
QT = core testlib gui
8
 
 
9
 
!contains(QT_MAJOR_VERSION, 4) {
10
 
    QT += widgets
11
 
}
12
 
 
13
 
INCLUDEPATH += ../ ../../src/lib ../../src
14
 
LIBS += $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_VIEW_LIB} $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_LIB}
15
 
PRE_TARGETDEPS += $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_VIEW_LIB} $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_LIB}
16
 
 
17
 
HEADERS += \
18
 
 
19
 
SOURCES += \
20
 
    main.cpp \
21
 
 
22
 
include(../../src/word-prediction.pri)
23