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.
22 lines
455 B
22 lines
455 B
TEMPLATE = app
|
|
CONFIG += qt warn_on console
|
|
HEADERS = ../shared/metatranslator.h \
|
|
../shared/proparser.h
|
|
SOURCES = fetchtr.cpp \
|
|
main.cpp \
|
|
merge.cpp \
|
|
numberh.cpp \
|
|
sametexth.cpp \
|
|
../shared/metatranslator.cpp \
|
|
../shared/proparser.cpp
|
|
|
|
DEFINES += QT_INTERNAL_XML
|
|
include( ../../../src/qt_professional.pri )
|
|
|
|
TARGET = tqlupdate
|
|
INCLUDEPATH += ../shared
|
|
DESTDIR = ../../../bin
|
|
|
|
target.path=$$bins.path
|
|
INSTALLS += target
|