OpenSceneGraph: disable building against Qt5

It currently fails with the following error message:
"moc: Too many input files specified"

Change-Id: I3bb3b1c291b2c60062da72896055df8f194107e0
This commit is contained in:
Heiko Becker 2014-03-13 19:56:14 +01:00 committed by Julian Ospald
parent 8d5f56f9dd
commit 4f3c74dc72
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 3 additions and 0 deletions

View File

@ -48,3 +48,6 @@ BUGS_TO="pyromaniac@thwitt.de"
DEFAULT_SRC_PREPARE_PATCHES=( -p2 "${FILES}"/${PNV}-libav.patch )
# Building against Qt5 fails atm, would need qtbase and cmake[>=2.8.8]
CMAKE_SRC_CONFIGURE_PARAMS+=( -DDESIRED_QT_VERSION=4 )