]> git.lyx.org Git - features.git/blobdiff - development/scons/SConstruct
Rename .C ==> .cpp for files in src/frontends/qt4, part one
[features.git] / 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',