Skip to content

Commit

Permalink
qtscriptgenerator: Thought I had tried this before but after an obtus…
Browse files Browse the repository at this point in the history
…e nudge from

ccssnet looked at this again. Simple enough, just delete the phonon line in qtbindings.pro.
  • Loading branch information
Dennis Veatch committed Jul 15, 2012
1 parent 39e2f39 commit 1b26961
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qt4-apps/qtscriptgenerator/BUILD
Expand Up @@ -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 &&
Expand Down

0 comments on commit 1b26961

Please sign in to comment.