Last change
on this file since 494 was 166, checked in by Dmitry A. Kuminov, 16 years ago |
Added short DLL names for many modules and plugins.
|
File size:
294 bytes
|
Line | |
---|
1 | TARGET = qtwcodecs
|
---|
2 | os2:TARGET_SHORT = qtwcod
|
---|
3 | include(../../qpluginbase.pri)
|
---|
4 |
|
---|
5 | CONFIG += warn_on
|
---|
6 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/codecs
|
---|
7 | QT = core
|
---|
8 |
|
---|
9 | HEADERS = qbig5codec.h
|
---|
10 |
|
---|
11 | SOURCES = qbig5codec.cpp \
|
---|
12 | main.cpp
|
---|
13 |
|
---|
14 | target.path += $$[QT_INSTALL_PLUGINS]/codecs
|
---|
15 | INSTALLS += target
|
---|
Note:
See
TracBrowser
for help on using the repository browser.