File: qml.pro

package info (click to toggle)
lomiri-keyboard 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 133,068 kB
  • sloc: cpp: 13,755; python: 1,562; perl: 492; javascript: 399; sh: 99; xml: 96; makefile: 42
file content (20 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TOP_BUILDDIR = $$OUT_PWD/../../..
TOP_SRCDIR = $$PWD/../../..

include($${TOP_SRCDIR}/config.pri)

TARGET = dummy
TEMPLATE = lib

lang_el.path = "$${LOMIRI_KEYBOARD_PLUGIN_DIR}/el/"
lang_el.files = *.qml *.js

INSTALLS += lang_el

# for QtCreator
OTHER_FILES += \
    Keyboard_el.qml \
    Keyboard_el_email.qml \
    Keyboard_el_url.qml \
    Keyboard_el_url_search.qml