From 2b3bc034de382e6cade86e570a016387081dbca4 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 15 Jun 2008 15:10:30 +0000 Subject: generate *.qm files by build scripts git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@419 90c681e8-e032-0410-971d-27865f9a5e38 --- qmmp.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qmmp.pro') diff --git a/qmmp.pro b/qmmp.pro index cd247d1e4..c5ca4f339 100644 --- a/qmmp.pro +++ b/qmmp.pro @@ -1,2 +1,5 @@ TEMPLATE = subdirs SUBDIRS = src/qmmp src/qmmpui src/ui src/plugins + +print($$QMAKE_LIBDIR_QT) +system(find . -name *.ts | xargs $$QMAKE_LIBDIR_QT/../bin/lrelease) -- cgit v1.2.3-13-gbd6f