source: trunk/doc/src/snippets/i18n-non-qt-class/i18n-non-qt-class.pro

Last change on this file was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 229 bytes
Line 
1HEADERS = myclass.h
2RESOURCES = resources.qrc
3SOURCES = main.cpp \
4 myclass.cpp
5TRANSLATIONS = translations/i18n-non-qt-class_en.ts \
6 translations/i18n-non-qt-class_fr.ts
7QT -= gui
Note: See TracBrowser for help on using the repository browser.