]> git.lyx.org Git - features.git/commitdiff
Scons: prepare for .C ==> .cpp conversion
authorBo Peng <bpeng@lyx.org>
Tue, 24 Apr 2007 04:58:16 +0000 (04:58 +0000)
committerBo Peng <bpeng@lyx.org>
Tue, 24 Apr 2007 04:58:16 +0000 (04:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17934 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index 127b8402dc032592898824aa7c2f2284d8b9c3ac..591c27700fb1311b67bd1c9029aa56c4ae05f7d7 100644 (file)
@@ -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',