From e5fa22871535b9c83c7ce5d5f8682263cb4a02b0 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Wed, 20 Dec 2006 15:26:34 +0000 Subject: [PATCH] Scons: add qt translation flag git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@16350 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 0253745a6d..e799e0ffc9 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1640,6 +1640,7 @@ if build_qt2: # load qt2 tools qt2env.Tool('qt') + qt2env['QT_UICDECLFLAGS'] = '-tr lyx::qt_' qt2env.AppendUnique(CPPPATH = [ '$BUILDDIR/common',