source: trunk/tools/linguist/lrelease/lrelease.pro@ 91

Last change on this file since 91 was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 399 bytes
Line 
1TEMPLATE = app
2CONFIG += qt warn_on console
3HEADERS = ../shared/metatranslator.h \
4 ../shared/proparser.h
5SOURCES = main.cpp \
6 ../shared/metatranslator.cpp \
7 ../shared/proparser.cpp
8
9DEFINES += QT_INTERNAL_XML
10include( ../../../src/qt_professional.pri )
11
12TARGET = lrelease
13INCLUDEPATH += ../shared
14DESTDIR = ../../../bin
15
16target.path=$$bins.path
17INSTALLS += target
Note: See TracBrowser for help on using the repository browser.