aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/t9write/3rdparty/t9write/t9write.pro
blob: b86319eaacb5757b7f9199004cced811ec12aa40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TARGET = qtt9write_db
CONFIG += static

HEADERS += $$files(api/*)

T9WRITE_RESOURCE_FILES = \
    $$files(data/arabic/*.bin) \
    $$files(data/hebrew/*.bin) \
    $$files(data/*.bin) \
    $$files(data/*.ldb) \
    $$files(data/*.hdb) \
    $$files(data/*.phd)

# Note: Compression is disabled, because the resource is accessed directly from the memory
QMAKE_RESOURCE_FLAGS += -no-compress
CONFIG += resources_big

t9write_db.files = $$T9WRITE_RESOURCE_FILES
t9write_db.prefix =/QtQuick/VirtualKeyboard/T9Write
RESOURCES += t9write_db

load(qt_helper_lib)

# Needed for resources
CONFIG += qt
QT = core