]> git.lyx.org Git - features.git/commitdiff
scons/SConstruct: remove non-existent path to make "update_po" work
authorUwe Stöhr <uwestoehr@web.de>
Tue, 23 Oct 2007 21:33:10 +0000 (21:33 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 23 Oct 2007 21:33:10 +0000 (21:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21156 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index f00363509494310e2a951bf50fe28332029841e0..229aaa7a15194710f021af06cbd5da7390917ddf 100644 (file)
@@ -1761,7 +1761,7 @@ if 'update_po' in BUILD_TARGETS:
         ['$TOP_SRCDIR/src/insets/%s' % x for x in  src_insets_header_files + src_insets_files] + \
         ['$TOP_SRCDIR/src/frontends/%s' % x for x in  src_frontends_header_files + src_frontends_files] + \
         ['$TOP_SRCDIR/src/graphics/%s' % x for x in src_graphics_header_files + src_graphics_files] + \
-        ['$TOP_SRCDIR/src/frontends/qt4/%s' % x for x in src_frontends_qt4_header_files + src_frontends_qt4_files + src_frontends_qt4_moc_files] + \
+        ['$TOP_SRCDIR/src/frontends/qt4/%s' % x for x in src_frontends_qt4_header_files + src_frontends_qt4_files] + \
         ['$TOP_SRCDIR/src/client/%s' % x for x in src_client_header_files + src_client_files ]  + \
         ['$TOP_SRCDIR/src/tex2lyx/%s' % x for x in src_tex2lyx_header_files + src_tex2lyx_files ]
     )