0
|
1 |
TARGET = qjpcodecs
|
|
2 |
include(../../qpluginbase.pri)
|
|
3 |
|
|
4 |
CONFIG += warn_on
|
|
5 |
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/codecs
|
|
6 |
QT = core
|
|
7 |
|
|
8 |
HEADERS = qjpunicode.h \
|
|
9 |
qeucjpcodec.h \
|
|
10 |
qjiscodec.h \
|
|
11 |
qsjiscodec.h
|
|
12 |
|
|
13 |
SOURCES = qeucjpcodec.cpp \
|
|
14 |
qjiscodec.cpp \
|
|
15 |
qsjiscodec.cpp \
|
|
16 |
qjpunicode.cpp \
|
|
17 |
main.cpp
|
|
18 |
|
|
19 |
unix {
|
|
20 |
HEADERS += qfontjpcodec.h
|
|
21 |
SOURCES += qfontjpcodec.cpp
|
|
22 |
}
|
|
23 |
|
|
24 |
target.path += $$[QT_INSTALL_PLUGINS]/codecs
|
|
25 |
INSTALLS += target
|
|
26 |
|
|
27 |
symbian:TARGET.UID3=0x2001E614
|