Scons: prepare for .C ==> .cpp conversion

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17934 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2007-04-24 04:58:16 +00:00
parent 79e19bf93f
commit bd0998b138

View 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',