source: trunk/src/plugins/codecs/jp/jp.pro@ 168

Last change on this file since 168 was 166, checked in by Dmitry A. Kuminov, 16 years ago

Added short DLL names for many modules and plugins.

File size: 493 bytes
Line 
1TARGET = qjpcodecs
2os2:TARGET_SHORT = qjpcod
3include(../../qpluginbase.pri)
4
5CONFIG += warn_on
6QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/codecs
7QT = core
8
9HEADERS = qjpunicode.h \
10 qeucjpcodec.h \
11 qjiscodec.h \
12 qsjiscodec.h
13
14SOURCES = qeucjpcodec.cpp \
15 qjiscodec.cpp \
16 qsjiscodec.cpp \
17 qjpunicode.cpp \
18 main.cpp
19
20unix {
21 HEADERS += qfontjpcodec.h
22 SOURCES += qfontjpcodec.cpp
23}
24
25target.path += $$[QT_INSTALL_PLUGINS]/codecs
26INSTALLS += target
Note: See TracBrowser for help on using the repository browser.