aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/3rdparty/t9write/t9write.pro
blob: 197d1015d1e331d3373e2dd07b8878ba43e1c96f (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
TEMPLATE = lib
CONFIG += staticlib
TARGET = t9write_db

build_pass {
    CONFIG(debug, debug|release): SUBPATH = debug
    else: SUBPATH = release
} else {
    debug_and_release: CONFIG += build_all
}

DESTDIR = $$SUBPATH

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)