summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_module.prf
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-10-15 19:45:16 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-10 09:20:26 +0100
commitd725239c3e09c2b740a093265f6a9675fd2f8524 (patch)
tree63afc1305ca7bf3882fe4ffbdba1aee15b8fd743 /mkspecs/features/qt_module.prf
parent8e65b2556b39dd635e98d9ca37ba533b91bb63fb (diff)
Insert the Qt major version (5) in the library names
As discussed on the mailing list, insert the Qt major library version in the library name, so even the development files can be co-installed with Qt 4. Discussed-on: http://lists.qt-project.org/pipermail/development/2012-September/006545.html Discussed-on: http://lists.qt-project.org/pipermail/development/2012-September/006551.html Change-Id: If0be11ebf9454a9fb6d96cda161790dfd53c00f5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'mkspecs/features/qt_module.prf')
-rw-r--r--mkspecs/features/qt_module.prf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf
index 86e75827a9..5918f06755 100644
--- a/mkspecs/features/qt_module.prf
+++ b/mkspecs/features/qt_module.prf
@@ -171,6 +171,7 @@ mac {
DEFINES += QT_BUILDING_QT
win32 {
INCLUDEPATH += tmp
+ CONFIG += skip_target_version_ext
}
aix-g++* {