Codebase list poppler / fe72c39
Drop hack for qt4's moc Emilio Pozuelo Monfort 6 years ago
2 changed file(s) with 1 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
88 * Update copyright holders.
99 * Switch to dh_missing as dh_install --list-missing is now deprecated.
1010 * Remove ancient breaks/replaces.
11 * Qt 3 is long gone, no need to try to use qt4's moc over it.
1112
1213 -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 19 Sep 2017 23:42:59 +0200
1314
44 # symbols.in files & their "generated" file names
55 SYMBOLS_in := $(wildcard debian/*.symbols.in)
66 SYMBOLS_generated := $(patsubst %.in,%,$(SYMBOLS_in))
7
8 # use qt4's moc as the default moc is qt3's when both are installed
9 PATH := /usr/share/qt4/bin:$(PATH)
10 export PATH
117
128 # avoid overlinking and reduce library dependencies
139 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed