source:
trunk/doc/src/snippets/i18n-non-qt-class/i18n-non-qt-class.pro
Last change on this file was 2, checked in by , 16 years ago | |
---|---|
File size: 229 bytes |
Line | |
---|---|
1 | HEADERS = myclass.h |
2 | RESOURCES = resources.qrc |
3 | SOURCES = main.cpp \ |
4 | myclass.cpp |
5 | TRANSLATIONS = translations/i18n-non-qt-class_en.ts \ |
6 | translations/i18n-non-qt-class_fr.ts |
7 | QT -= gui |
Note:
See TracBrowser
for help on using the repository browser.