~thomas-moenicke/phablet-extras/maliit-plugins-0.99-server

« back to all changes in this revision

Viewing changes to maliit-keyboard/tests/language-layout-switching/language-layout-switching.pro

  • Committer: Thomas Moenicke
  • Date: 2012-11-21 15:19:50 UTC
  • mto: This revision was merged to the branch mainline in revision 2086.
  • Revision ID: thomas.moenicke@canonical.com-20121121151950-vwz3ilncpu0r4rjj
* merging 
* New release 
* New release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include(../../config.pri)
2
2
include(../common-check.pri)
 
3
include(../../config-plugin.pri)
3
4
 
4
5
TOP_BUILDDIR = $${OUT_PWD}/../../..
5
6
TARGET = language-layout-switching
6
7
TEMPLATE = app
7
 
QT = core testlib
 
8
QT = core testlib gui
 
9
 
 
10
!contains(QT_MAJOR_VERSION, 4) {
 
11
    QT += widgets
 
12
}
8
13
 
9
14
INCLUDEPATH += ../../lib ../../
10
 
LIBS += $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_LIB}
11
 
PRE_TARGETDEPS += $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_LIB}
 
15
LIBS += $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_PLUGIN_LIB} $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_VIEW_LIB} $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_LIB}
 
16
PRE_TARGETDEPS += $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_PLUGIN_LIB} $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_VIEW_LIB} $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_LIB}
12
17
 
13
18
HEADERS += \
14
19