* src/frontends/qt4/ui/pch.h: remove

* 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
This commit is contained in:
Georg Baum 2006-05-27 14:38:34 +00:00
parent 415e308cf4
commit cf7e4e5e03
2 changed files with 3 additions and 56 deletions

View 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_

View File

@ -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