Blob Blame History Raw
diff -up PyQt-x11-gpl-4.10.2/configure.py.phonon_detect PyQt-x11-gpl-4.10.2/configure.py
--- PyQt-x11-gpl-4.10.2/configure.py.phonon_detect	2013-11-21 09:33:30.289460711 -0600
+++ PyQt-x11-gpl-4.10.2/configure.py	2013-11-21 09:34:19.260561610 -0600
@@ -1288,6 +1288,8 @@ def compile_qt_program(name, mname, extr
     qt = [mname]
     if mname in ("QtAssistant", "QtHelp", "QtOpenGL", "QtWebKit"):
         qt.append("QtCore")
+    if mname in ("phonon"):
+        qt.append("QtGui")
 
     makefile = sipconfig.ProgramMakefile(sipcfg, console=1, qt=qt, warnings=0,
             opengl=opengl, debug=opts.debug, arch=sipcfg.arch,