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

« back to all changes in this revision

Viewing changes to tests/unittests/ut_wordengine/ut_wordengine.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(../../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(../../config-plugin.pri)
4
6
 
5
 
TOP_BUILDDIR = $${OUT_PWD}/../..
6
 
CONFIG += testlib
7
 
TEMPLATE = app
 
7
CONFIG += testcase
8
8
TARGET = ut_wordengine
9
 
INCLUDEPATH += . ../ ../../lib ../../
10
 
QT = core testlib gui
 
9
QT = core testlib gui qml
11
10
 
12
 
INCLUDEPATH += ../../src/lib ../../src/
13
11
LIBS += $${TOP_BUILDDIR}/$${UBUNTU_KEYBOARD_PLUGIN_LIB} $${TOP_BUILDDIR}/$${UBUNTU_KEYBOARD_VIEW_LIB} $${TOP_BUILDDIR}/$${UBUNTU_KEYBOARD_LIB}
14
12
PRE_TARGETDEPS += $${TOP_BUILDDIR}/$${UBUNTU_KEYBOARD_PLUGIN_LIB} $${TOP_BUILDDIR}/$${UBUNTU_KEYBOARD_VIEW_LIB} $${TOP_BUILDDIR}/$${UBUNTU_KEYBOARD_LIB}
15
13
 
16
 
SOURCES += main.cpp
 
14
SOURCES += ut_wordengine.cpp
 
15
 
 
16
target.path = $$INSTALL_BIN
 
17
INSTALLS += target