source: trunk/tools/linguist/lupdate/lupdate.pro@ 201

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

Imported xplatform parts of the official release 3.3.1 from Trolltech

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