~cherojeong/ubuntu-keyboard/korean-layout

« back to all changes in this revision

Viewing changes to tests/rendering/rendering.pro

  • Committer: Michael Terry
  • Date: 2013-11-04 17:48:55 UTC
  • mfrom: (96 trunk)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: michael.terry@canonical.com-20131104174855-mtmwbdavrq77nl1r
MergeĀ fromĀ trunk

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