From 7a55a7af0550a6b0b365679f66f09da0a3fd80b8 Mon Sep 17 00:00:00 2001 From: Debao Zhang Date: Thu, 27 Nov 2014 00:09:59 +0800 Subject: [PATCH] Add workaround for Issue #60 syncqt.pl won't be called by qmake if .git directory or file doesn't exist. We manual set git_build flag here. Otherwise, syncqt.pl should be called before we release .zip/.tar.gz package. --- .qmake.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.qmake.conf b/.qmake.conf index 79f1d51..b56c957 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,3 +1,6 @@ +#Workaround for Issue #60 +CONFIG += git_build + load(qt_build_config) MODULE_VERSION = 0.3.0