]> git.lyx.org Git - lyx.git/commitdiff
* src/frontends/qt4/ui/pch.h: remove
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 27 May 2006 14:38:34 +0000 (14:38 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 27 May 2006 14:38:34 +0000 (14:38 +0000)
* src/frontends/qt4/ui/Makefile.am: remove unused rules

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13942 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/ui/Makefile.am
src/frontends/qt4/ui/pch.h [deleted file]

index 2ce72307d42ecf4be54f5ef7ff1e4b90463408f7..fd99ac0e679fb5d32a1141808344af10ee452ffb 100644 (file)
@@ -1,28 +1,11 @@
 include $(top_srcdir)/config/common.am
 include $(srcdir)/../Makefile.dialogs
 
-CLEANFILES += *.C *Base.h *Module.h *Dialog.h
+CLEANFILES += *.h
 
-SUBDIRS = .
+EXTRA_DIST = $(UIFILES)
 
-EXTRA_DIST = pch.h $(UIFILES)
-
-BUILT_SOURCES = $(PCH_FILE) $(UIFILES:.ui=.h)
-
-AM_CPPFLAGS += \
-       $(QT4_CPPFLAGS) -DQT_NO_TRANSLATION \
-       $(PCH_FLAGS) \
-       -I$(top_srcdir)/src \
-       -I$(top_srcdir)/src/frontends \
-       -I$(top_srcdir)/src/frontends/qt4 \
-       $(QT4_INCLUDES) $(BOOST_INCLUDES) \
-       -I$(top_srcdir)/src/frontends/controllers
-
-noinst_LTLIBRARIES = libqt4ui.la
-
-nodist_libqt4ui_la_SOURCES = $(UIFILES:.ui=.h)
-# The trick.
-libqt4ui_la_LINK = touch libqt4ui.la ; echo
+BUILT_SOURCES = $(UIFILES:.ui=.h)
 
 # Use _() for localization instead of tr() or trUtf8()
 UICFLAGS=-tr qt_
diff --git a/src/frontends/qt4/ui/pch.h b/src/frontends/qt4/ui/pch.h
deleted file mode 100644 (file)
index afbf65e..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-// -*- C++ -*-
-
-#include <config.h>
-
-#include <boost/array.hpp>
-#include <boost/assert.hpp>
-#include <boost/function.hpp>
-#include <boost/scoped_ptr.hpp>
-#include <boost/shared_ptr.hpp>
-#include <boost/signals/trackable.hpp>
-#include <boost/signal.hpp>
-#include <boost/tuple/tuple.hpp>
-#include <boost/utility.hpp>
-
-#include <algorithm>
-#include <cmath>
-#include <iomanip>
-#include <map>
-#include <sstream>
-#include <stack>
-#include <string>
-#include <utility>
-#include <vector>
-
-// Have I said anything about the braindeadness of QT lately?
-// Just to remind you: signals slot emit as macros, pure lunacy!
-// So we are not able to have any qt headers in the pch.
-
-// #include <qt.h>
-
-// #define qtsignal signal
-// #define qtsignals signals
-// #define qtemit emit
-// #undef signal
-// #undef signals
-// #undef emit