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