Set the PyQt version back to 4.6.2 so it compiles on lucid again

This commit is contained in:
David Sansome 2011-01-18 19:04:31 +00:00
parent 70952d94d8
commit 1f59936ff2

View File

@ -13,7 +13,7 @@ macro(add_sip_binding outputvar source)
set(PYQT_SIP_FLAGS
"-x" "VendorID"
"-x" "PyQt_NoPrintRangeBug"
"-t" "Qt_4_7_1"
"-t" "Qt_4_6_2"
)
if(WIN32)