From: Bo Peng Date: Tue, 24 Apr 2007 04:58:16 +0000 (+0000) Subject: Scons: prepare for .C ==> .cpp conversion X-Git-Tag: 1.6.10~10141 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bd0998b1386282ad9fe0f8e645f8b2e945dc1512;p=features.git Scons: prepare for .C ==> .cpp conversion git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17934 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 127b8402dc..591c27700f 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1732,7 +1732,7 @@ if build_qt4: # # moc qt4_moc_files, the moced files are included in the original files # - qt4_moced_files = [frontend_env.Moc4(x.replace('.C', '_moc.cpp'), x.replace('.C', '.h')) for x in qt4_moc_files] + qt4_moced_files = [frontend_env.Moc4(x.replace('.cpp', '_moc.cpp'), x.replace('.cpp', '.h')) for x in qt4_moc_files] qt4 = frontend_env.StaticLibrary( target = '$LOCALLIBPATH/qt4',