source: trunk/src/plugins/codecs/tw/tw.pro@ 494

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 
1TARGET = qtwcodecs
2os2:TARGET_SHORT = qtwcod
3include(../../qpluginbase.pri)
4
5CONFIG += warn_on
6QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/codecs
7QT = core
8
9HEADERS = qbig5codec.h
10
11SOURCES = qbig5codec.cpp \
12 main.cpp
13
14target.path += $$[QT_INSTALL_PLUGINS]/codecs
15INSTALLS += target
Note: See TracBrowser for help on using the repository browser.