[EMAIL PROTECTED] wrote:
Author: forenr
Date: Wed Dec 12 19:25:53 2007
New Revision: 22101

URL: http://www.lyx.org/trac/changeset/22101
Log:
Revert qprocess code. Revisions reverted: 22026, 22030, 22044, 22048,
22077, 22078, 22079, 22080, 22081.

Sorry Peter, but this was breaking too many things, see discussions
on lyx-devel.

Modified: lyx-devel/trunk/development/scons/SConstruct
URL: 
http://www.lyx.org/trac/file/lyx-devel/trunk/development/scons/SConstruct?rev=22101
==============================================================================
--- lyx-devel/trunk/development/scons/SConstruct (original)
+++ lyx-devel/trunk/development/scons/SConstruct Wed Dec 12 19:25:53 2007
@@ -1499,11 +1499,6 @@
 #
 # src/support
 #
-frontend_env['QT4_MOCHPREFIX'] = ''
-frontend_env['QT4_MOCHSUFFIX'] = '_moc.cpp'
-
-support_moced_files = [frontend_env.Moc4('$BUILDDIR/src/support/%s' % x)
-    for x in src_support_header_files ]

Scons and autotools support for moc files in support/ is still needed for the new Signal class. Even if the class is still not used, it will be eventually so please put back that part.

Abdel.

Reply via email to