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

« back to all changes in this revision

Viewing changes to tests/unittests/ut_preedit-string/ut_preedit-string.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)
 
1
TOP_BUILDDIR = $${OUT_PWD}/../../..
 
2
TOP_SRCDIR = ../../..
 
3
 
 
4
include($${TOP_SRCDIR}/config.pri)
2
5
include(../common-check.pri)
3
 
include(../../src/config-plugin.pri)
4
6
 
5
 
TOP_BUILDDIR = $${OUT_PWD}/../..
6
 
TARGET = preedit-string
7
 
TEMPLATE = app
 
7
CONFIG += testcase
 
8
TARGET = ut_preedit-string
8
9
QT = core testlib gui
9
10
 
10
 
!contains(QT_MAJOR_VERSION, 4) {
11
 
    QT += widgets
12
 
}
13
 
 
14
 
INCLUDEPATH += ../../src/lib ../../src
15
11
LIBS += $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_PLUGIN_LIB} $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_VIEW_LIB} $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_LIB}
16
12
PRE_TARGETDEPS += $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_PLUGIN_LIB} $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_VIEW_LIB} $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_LIB}
17
13
 
18
14
SOURCES += \
19
 
    main.cpp \
20
 
 
21
 
include(../../src/word-prediction.pri)
 
15
    ut_preedit-string.cpp \
22
16
 
23
17
target.path = $$INSTALL_BIN
24
18
INSTALLS += target