Skip to content

Commit

Permalink
Add workaround for Issue #60
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dbzhang800 committed Nov 26, 2014
1 parent 9563a04 commit 7a55a7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .qmake.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#Workaround for Issue #60
CONFIG += git_build

load(qt_build_config)

MODULE_VERSION = 0.3.0

0 comments on commit 7a55a7a

Please sign in to comment.