aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/3rdparty/t9write/t9write.pro
blob: 05f723a727b1fdef9b59053a9281a757106e4e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TARGET = qtt9write_db

CONFIG += static

T9WRITE_LDBS = $$files(databases/XT9_LDBs/*.ldb)

T9WRITE_RESOURCE_FILES = \
    databases/HWR_LatinCG/_databas_le.bin \
    $$T9WRITE_LDBS

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

include(../../generateresource.pri)

RESOURCES += $$generate_resource(t9write_db.qrc, $$T9WRITE_RESOURCE_FILES)

load(qt_helper_lib)

# Needed for resources
CONFIG += qt
QT = core