summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/tools/linguist/lrelease/lrelease.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/tools/linguist/lrelease/lrelease.pro')
-rw-r--r--tqtinterface/qt4/tools/linguist/lrelease/lrelease.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/tqtinterface/qt4/tools/linguist/lrelease/lrelease.pro b/tqtinterface/qt4/tools/linguist/lrelease/lrelease.pro
new file mode 100644
index 0000000..755ea46
--- /dev/null
+++ b/tqtinterface/qt4/tools/linguist/lrelease/lrelease.pro
@@ -0,0 +1,17 @@
+TEMPLATE = app
+CONFIG += qt warn_on console
+HEADERS = ../shared/metatranslator.h \
+ ../shared/proparser.h
+SOURCES = main.cpp \
+ ../shared/metatranslator.cpp \
+ ../shared/proparser.cpp
+
+DEFINES += QT_INTERNAL_XML
+include( ../../../src/qt_professional.pri )
+
+TARGET = lrelease
+INCLUDEPATH += ../shared
+DESTDIR = ../../../bin
+
+target.path=$$bins.path
+INSTALLS += target