[Lunar-commits] <moonbase-kde> qtscriptgenerator: Thought I had tried this before but after an obtuse nudge from
Dennis Veatch
stumbles at lunar-linux.org
Sun Jul 15 21:55:20 CEST 2012
commit 1b269614cc494801769a6693b3db87aea98873b3
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Sun, 15 Jul 2012 12:55:20 -0700
URL: https://github.com/lunar-linux/moonbase-kde/commit/1b269614cc494801769a6693b3db87aea98873b3
qtscriptgenerator: Thought I had tried this before but after an obtuse nudge from
ccssnet looked at this again. Simple enough, just delete the phonon line in qtbindings.pro.
---
qt4-apps/qtscriptgenerator/BUILD +3/-0
1 files changed, 3 insertions (+), 0 deletions (-)
--- a/qt4-apps/qtscriptgenerator/BUILD
+++ b/qt4-apps/qtscriptgenerator/BUILD
@@ -7,6 +7,9 @@
# A qucik gcc-4.4.1 hack. Revisit when this module gets a version bump
sed -i "33i #include <cstdio>" generator/parser/rpp/pp.h &&
+# sed this out so you do not have to recompile qt4 with its version of phonon.
+ sed -i 9d qtbindings/qtbindings.pro &&
+
cd generator &&
qmake &&
make release &&
More information about the Lunar-commits
mailing list