diff options
Diffstat (limited to 'tools/linguist/tqm2ts/tqm2ts.pro')
-rw-r--r-- | tools/linguist/tqm2ts/tqm2ts.pro | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/linguist/tqm2ts/tqm2ts.pro b/tools/linguist/tqm2ts/tqm2ts.pro new file mode 100644 index 000000000..4d1ee8e1f --- /dev/null +++ b/tools/linguist/tqm2ts/tqm2ts.pro @@ -0,0 +1,15 @@ +TEMPLATE = app +CONFIG += qt warn_on console +HEADERS = ../shared/metatranslator.h +SOURCES = main.cpp \ + ../shared/metatranslator.cpp + +DEFINES += QT_INTERNAL_XML +include( ../../../src/qt_professional.pri ) + +TARGET = tqm2ts +INCLUDEPATH += ../shared +DESTDIR = ../../../bin + +target.path=$$bins.path +INSTALLS += target |