aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tcime/3rdparty/tcime/tcime.pro
blob: d9fc4f2e125774c7153f80f9c24c4c1e06964b8b (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
27
28
29
30
31
32
33
34
35
36
37
TARGET = qttcime

CONFIG += static

SOURCES += \
    cangjiedictionary.cpp \
    cangjietable.cpp \
    phrasedictionary.cpp \
    worddictionary.cpp \
    zhuyindictionary.cpp \
    zhuyintable.cpp

HEADERS += \
    cangjiedictionary.h \
    cangjietable.h \
    phrasedictionary.h \
    worddictionary.h \
    zhuyindictionary.h \
    zhuyintable.h

OTHER_FILES += \
    data/dict_cangjie.dat \
    data/dict_phrases.dat

DEFINES += \
    QT_NO_CAST_TO_ASCII \
    QT_ASCII_CAST_WARNINGS \
    QT_NO_CAST_FROM_ASCII \
    QT_NO_CAST_FROM_BYTEARRAY

MODULE_INCLUDEPATH = $$PWD
MODULE_DEFINES = HAVE_TCIME

load(qt_helper_lib)

CONFIG += qt
QT = core