Changeset 0784c85e46 in tspsg for tspsg.pro
- Timestamp:
- Sep 14, 2012, 1:14:30 AM (12 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 31694c8b58
- Parents:
- 87b8a22768
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tspsg.pro
r87b8a22768 r0784c85e46 65 65 translations.input = TRANSLATIONS 66 66 translations.output = $$_PRO_FILE_PWD_/l10n/${QMAKE_FILE_BASE}.qm 67 translations.commands = $$[QT_INSTALL_BINS]/lrelease ${QMAKE_FILE_IN} 67 freebsd-* { 68 translations.commands = $$[QT_INSTALL_BINS]/lrelease-qt$${QT_MAJOR_VERSION} ${QMAKE_FILE_IN} 69 } else { 70 translations.commands = $$[QT_INSTALL_BINS]/lrelease ${QMAKE_FILE_IN} 71 } 68 72 translations.CONFIG = no_link 69 73 QMAKE_EXTRA_COMPILERS += translations
Note: See TracChangeset
for help on using the changeset viewer.