source: trunk/src/plugins/codecs/cn/cn.pro@ 353

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

Added short DLL names for many modules and plugins.

File size: 298 bytes
Line 
1TARGET = qcncodecs
2os2:TARGET_SHORT = qcncod
3include(../../qpluginbase.pri)
4
5CONFIG += warn_on
6QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/codecs
7QT = core
8
9HEADERS = qgb18030codec.h
10
11SOURCES = qgb18030codec.cpp \
12 main.cpp
13
14target.path += $$[QT_INSTALL_PLUGINS]/codecs
15INSTALLS += target
Note: See TracBrowser for help on using the repository browser.