diff options
author | Timothy Pearson <[email protected]> | 2013-11-06 16:23:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-11-06 16:23:17 -0600 |
commit | e193e0140419d117a52e3756ddd9d2bdf3ab7a4a (patch) | |
tree | 2581a958653985ed91ff63ff702ad47a253553b3 /tools/linguist/tqm2ts/tqm2ts.pro | |
parent | ab9c0372a33806de1210b9b6f3bc7544895ad4fb (diff) | |
download | tqt3-e193e0140419d117a52e3756ddd9d2bdf3ab7a4a.tar.gz tqt3-e193e0140419d117a52e3756ddd9d2bdf3ab7a4a.zip |
Automated update from Qt3
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 |