Skip to content

Commit

Permalink
Don't set the version if in mingw
Browse files Browse the repository at this point in the history
If the VERSION is set, it wants to make libmythqjson0.a rather than the desired
libmythqjson.a
  • Loading branch information
Beirdo committed Jun 12, 2012
1 parent e38c94c commit a63936f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mythtv/external/qjson/src/src.pro
Expand Up @@ -11,7 +11,9 @@ DESTDIR = $$QJSON_BASE/lib
CONFIG += create_prl
INSTALLS = target

VERSION = 0.7.1
!mingw {
VERSION = 0.7.1
}

windows: {
DEFINES += QJSON_MAKEDLL
Expand Down

0 comments on commit a63936f

Please sign in to comment.