]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/Makefile.am
remove qPixmapFromMimeSource. This caused the inclusion of Qt3 support headers which...
[lyx.git] / src / frontends / qt4 / ui / Makefile.am
1 include $(top_srcdir)/config/common.am
2 include $(srcdir)/../Makefile.dialogs
3
4 CLEANFILES += *.h
5
6 EXTRA_DIST = $(UIFILES)
7
8 BUILT_SOURCES = $(UIFILES:.ui=.h)
9
10 # Use _() for localization instead of tr() or trUtf8()
11 UICFLAGS=-tr qt_
12
13 %.h: %.ui
14         $(UIC4) $(UIC4FLAGS) $< -o $@