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

Last change on this file since 651 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 326 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
16
17symbian:TARGET.UID3=0x2001B2E4
Note: See TracBrowser for help on using the repository browser.