Skip to content

Commit

Permalink
variables.pri - CONFIG=skip_target_version_ext is not available for Qt4
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Mar 4, 2016
1 parent 6b2ea91 commit 80a9436
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion variables.pri
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ staticlib {
win32 {
DLLDESTDIR = $${TOP_BUILD_DIR}/bin
CONFIG += dll
CONFIG += skip_target_version_ext
#skip_target_version_ext was introduced in Qt5.3 so we can't use it for Qt4.8 builds
#so fallback to setting the empty VERSION trick.
VERSION=
# CONFIG += skip_target_version_ext
}
}
}
Expand Down

0 comments on commit 80a9436

Please sign in to comment.