Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 420207
Collapse All | Expand All

(-)a/modules/gui/qt4/Modules.am (-9 / +1 lines)
Lines 12-18 Link Here
12
12
13
AUTOMAKE_OPTIONS = subdir-objects
13
AUTOMAKE_OPTIONS = subdir-objects
14
MOSTLYCLEANFILES = $(UIH)
14
MOSTLYCLEANFILES = $(UIH)
15
SUFFIXES = .ui .h .hpp .moc.cpp .mm
15
SUFFIXES = .ui .h .hpp .moc.cpp
16
16
17
nodist_SOURCES_qt4 = \
17
nodist_SOURCES_qt4 = \
18
		main_interface.moc.cpp \
18
		main_interface.moc.cpp \
Lines 246-254 endif Link Here
246
	$(AM_V_at)sed -e 's/Q_(\"_(\\\"\(.*\)\\\")"/Q_("\1"/' $@.tmp >$@
246
	$(AM_V_at)sed -e 's/Q_(\"_(\\\"\(.*\)\\\")"/Q_("\1"/' $@.tmp >$@
247
	$(AM_V_at)rm -f $@.tmp
247
	$(AM_V_at)rm -f $@.tmp
248
248
249
.mm.lo: 
250
	$(top_builddir)/libtool --verbose --mode=compile $(CXX) $(objcxxflags) -DQ_WS_MAC -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) $(CXXFLAGS_qt4) -c $< -o $@ 
251
252
SOURCES_qt4 = 	qt4.cpp \
249
SOURCES_qt4 = 	qt4.cpp \
253
		menus.cpp \
250
		menus.cpp \
254
		main_interface.cpp \
251
		main_interface.cpp \
Lines 319-328 SOURCES_qt4 = qt4.cpp \ Link Here
319
		util/buttons/RoundButton.cpp \
316
		util/buttons/RoundButton.cpp \
320
		styles/seekstyle.cpp
317
		styles/seekstyle.cpp
321
318
322
if HAVE_DARWIN
323
SOURCES_qt4 +=  util/searchlineedit_mac.mm
324
endif
325
326
if HAVE_WIN32
319
if HAVE_WIN32
327
SOURCES_qt4 += main_interface_win32.cpp
320
SOURCES_qt4 += main_interface_win32.cpp
328
endif
321
endif
329
- 

Return to bug 420207