~cherojeong/ubuntu-keyboard/korean-layout

« back to all changes in this revision

Viewing changes to tests/qmltests/qml-test-app/qml-test-app.pro

  • Committer: Michael Terry
  • Date: 2013-11-04 17:48:55 UTC
  • mfrom: (96 trunk)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: michael.terry@canonical.com-20131104174855-mtmwbdavrq77nl1r
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include(../../config.pri)
 
1
include(../../../config.pri)
2
2
 
3
3
TARGET = dummy
4
4
TEMPLATE = lib
5
5
 
6
 
qml.path = $$UBUNTU_KEYBOARD_DATA_DIR/testapp
 
6
qml.path = "$${UBUNTU_KEYBOARD_TEST_DIR}"
7
7
qml.files = *.qml
8
8
 
9
9
INSTALLS += qml
 
10
 
10
11
OTHER_FILES += \
11
12
    keyboard-test.qml \
12
13
    layout-test.qml