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

« back to all changes in this revision

Viewing changes to maliit-keyboard/tests/common/common.pro

  • Committer: Tarmac
  • Author(s): Thomas Moenicke
  • Date: 2012-11-21 15:53:15 UTC
  • mfrom: (2085.1.3 springbok)
  • Revision ID: tarmac-20121121155315-le8aktkncj0nlzy8
removed rotation and position workaround.

Approved by Ricardo Mendoza, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
           utils.cpp \
9
9
           utils-gui.cpp \
10
10
           inputmethodhostprobe.cpp \
 
11
           wordengineprobe.cpp \
11
12
 
12
13
HEADERS += \
13
14
           utils.h \
14
15
           inputmethodhostprobe.h \
 
16
           wordengineprobe.h \
15
17
 
16
18
contains(QT_MAJOR_VERSION, 4) {
17
19
    QT = core gui
19
21
    QT = core gui widgets
20
22
}
21
23
 
 
24
INCLUDEPATH += ../../lib ../../
 
25
LIBS += $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_PLUGIN_LIB} $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_VIEW_LIB} $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_LIB}
 
26
PRE_TARGETDEPS += $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_PLUGIN_LIB} $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_VIEW_LIB} $${TOP_BUILDDIR}/$${MALIIT_KEYBOARD_LIB}
 
27
 
22
28
QMAKE_EXTRA_TARGETS += check
23
29
check.target = check
24
30
check.command = $$system(true)