You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
611 B
30 lines
611 B
# Copyright (c) 2002
|
|
# Detlev Offenbach <detlev@die-offenbachs.de>
|
|
#
|
|
# The project file pylupdate for TQt v3.
|
|
|
|
|
|
TEMPLATE = app
|
|
CONFIG += qt warn_on console release @PYQT_RBPROF@
|
|
INCLUDEPATH = @BLX_INCLUDEPATH@
|
|
DEFINES = QT_INTERNAL_XML @BLX_DEFINES@
|
|
|
|
DESTDIR = @PYQT_BINDIR@
|
|
TARGET = pylupdate
|
|
|
|
HEADERS = metatranslator.h \
|
|
proparser.h
|
|
|
|
SOURCES = fetchtr.cpp \
|
|
main.cpp \
|
|
merge.cpp \
|
|
numberh.cpp \
|
|
sametexth.cpp \
|
|
metatranslator.cpp \
|
|
proparser.cpp
|
|
|
|
rbprof:exists($(TQTDIR)/src/qt_professional.pri) {
|
|
QT_SOURCE_TREE = $(TQTDIR)
|
|
include($(TQTDIR)/src/qt_professional.pri)
|
|
}
|