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

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

trunk: Merged in qt 4.6.1 sources.

File size: 1013 bytes
Line 
1TEMPLATE = app
2TARGET = lupdate
3DESTDIR = ../../../bin
4
5QT -= gui
6
7CONFIG += qt warn_on console
8CONFIG -= app_bundle
9
10build_all:!build_pass {
11 CONFIG -= build_all
12 CONFIG += release
13}
14
15include(../shared/formats.pri)
16include(../shared/proparser.pri)
17
18SOURCES += \
19 main.cpp \
20 merge.cpp \
21 ../shared/simtexth.cpp \
22 \
23 cpp.cpp \
24 java.cpp \
25 qscript.cpp \
26 ui.cpp
27
28HEADERS += \
29 lupdate.h \
30 ../shared/simtexth.h
31
32DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
33
34
35win32:RC_FILE = winmanifest.rc
36
37embed_manifest_exe:win32-msvc2005 {
38 # The default configuration embed_manifest_exe overrides the manifest file
39 # already embedded via RC_FILE. Vs2008 already have the necessary manifest entry
40 QMAKE_POST_LINK += $$quote(mt.exe -updateresource:$$DESTDIR/lupdate.exe -manifest \"$${PWD}\\lupdate.exe.manifest\")
41}
42
43target.path=$$[QT_INSTALL_BINS]
44INSTALLS += target
45
46include(../../../src/qt_targets.pri)
47
Note: See TracBrowser for help on using the repository browser.