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

« back to all changes in this revision

Viewing changes to tests/repeat-backspace/repeat-backspace.pro

  • Committer: Thomas Moenicke
  • Date: 2013-07-19 12:05:07 UTC
  • Revision ID: thomas.moenicke@canonical.com-20130719120507-lzw5oq50xm567x0j
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include(../../config.pri)
 
2
include(../common-check.pri)
 
3
include(../../config-plugin.pri)
 
4
 
 
5
TOP_BUILDDIR = $${OUT_PWD}/../../..
 
6
TARGET = repeat-backspace
 
7
TEMPLATE = app
 
8
QT = core testlib gui
 
9
 
 
10
INCLUDEPATH += ../../lib ../../
 
11
LIBS += $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_PLUGIN_LIB} $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_LIB}
 
12
PRE_TARGETDEPS += $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_LIB}
 
13
 
 
14
HEADERS += \
 
15
 
 
16
SOURCES += \
 
17
    main.cpp \
 
18
 
 
19
include(../../word-prediction.pri)