~michael-sheldon/+junk/stentorian

« back to all changes in this revision

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

  • Committer: Michael Sheldon
  • Date: 2017-05-03 09:43:18 UTC
  • Revision ID: michael.sheldon@canonical.com-20170503094318-pe41gzsmqwicq0qt
Convert Ubuntu Keyboard into a standalone speech recognition input

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_keyboardsettings
9
 
QT = core testlib
10
 
 
11
 
HEADERS += \
12
 
    $${TOP_SRCDIR}/src/plugin/keyboardsettings.h \
13
 
    qgsettings.h
14
 
 
15
 
SOURCES += \
16
 
    ut_keyboardsettings.cpp \
17
 
    $${TOP_SRCDIR}/src/plugin/keyboardsettings.cpp \
18
 
    fake_qgsettings.cpp
19
 
 
20
 
target.path = $$INSTALL_BIN
21
 
INSTALLS += target