~sil/ubuntu-keyboard/numbers-on-top-row

« back to all changes in this revision

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

Add space after selected predictited text for non chinese

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TOP_BUILDDIR = $$OUT_PWD/../../..
 
2
TOP_SRCDIR = $$PWD/../../..
 
3
 
 
4
include($${TOP_SRCDIR}/config.pri)
 
5
include(../common-check.pri)
 
6
 
 
7
CONFIG += testcase
 
8
TARGET = ut_languagefeatures
 
9
QT = core testlib
 
10
 
 
11
QMAKE_LFLAGS_RPATH=$${TOP_BUILDDIR}/src/plugin
 
12
LIBS += -L$${TOP_BUILDDIR}/src/plugin -lubuntu-keyboard-plugin
 
13
 
 
14
HEADERS += \
 
15
    $${TOP_SRCDIR}/src/lib/logic/languagefeatures.h
 
16
 
 
17
SOURCES += \
 
18
    ut_languagefeatures.cpp
 
19
 
 
20
target.path = $$INSTALL_BIN
 
21
INSTALLS += target