X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=.qmake.conf;h=d571aa28ea86c14c7880533bf3ba68e9ef4b3c81;hp=646dc0ce0bb661e6034498fb2647b53930672a83;hb=2bb9596678e32efe0ddcf44b479b39bd4e2e1d50;hpb=add814986a76042972a4d3384b06e0121019bdf9;ds=inline diff --git a/.qmake.conf b/.qmake.conf index 646dc0ce0bb6..d571aa28ea86 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,4 +1,13 @@ # The qmake generated module files belong into our Tools/qmake dir MODULE_QMAKE_OUTDIR = $$shadowed($$PWD/Tools/qmake) QMAKEPATH += $$PWD/Tools/qmake $$MODULE_QMAKE_OUTDIR + +# Workaround to make syncqt run and generate forwarding headers in SVN repositories too +# https://bugs.webkit.org/show_bug.cgi?id=118725 +exists($$PWD/.svn) { + CONFIG += git_build +} + load(qt_build_config) + +MODULE_VERSION = 5.2.0