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

« back to all changes in this revision

Viewing changes to qml/qml.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
 
 
3
TARGET = dummy
 
4
TEMPLATE = lib
 
5
 
 
6
qml.path = $$MALIIT_KEYBOARD_DATA_DIR
 
7
qml.files = *.qml
 
8
 
 
9
INSTALLS += qml
 
10
OTHER_FILES += \
 
11
    maliit-keyboard.qml \
 
12
    maliit-keyboard-extended.qml \
 
13
    maliit-magnifier.qml \
 
14
    Keyboard.qml \
 
15
    maliit-ui-constants.qml \
 
16
    RotationHelper.qml \
 
17
    WordRibbon.qml \
 
18
    Popper.qml
 
19