explicit Qt version in cmake of SipBindings

This commit is contained in:
Paweł Bara 2011-01-02 15:54:00 +00:00
parent b2f22cf3a3
commit 87627b3915
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ macro(add_sip_binding outputvar source)
set(PYQT_SIP_FLAGS
"-x" "VendorID"
"-x" "PyQt_NoPrintRangeBug"
"-t" "Qt_${QT_VERSION_MAJOR}_${QT_VERSION_MINOR}_${QT_VERSION_PATCH}"
"-t" "Qt_4_6_2"
)
if(WIN32)