MonkeyStudio: build fix.

@waddlesplash: please do a --clean and clean build to validate your
    recipes
@scottmc: asking students for a screenshot of the package is not enough,
    please either test the recipes yourself, or don't review these
    tasks if you can't...
This commit is contained in:
Adrien Destugues
2014-12-04 10:48:57 +01:00
parent ca27b63f00
commit be57a1c426

View File

@@ -42,8 +42,8 @@ BUILD_REQUIRES="
BUILD()
{
#qmake -set SYSTEM_QSCINTILLA 0
#qmake -r prefix=$appsDir/MonkeyStudio
qmake -set SYSTEM_QSCINTILLA 0
qmake -r prefix=$appsDir/MonkeyStudio
make $jobArgs
}