summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-26 17:43:06 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-30 13:24:17 +0000
commit793f4ae5c9f2e9aaaf3eb66771dfb14c64bbed7c (patch)
treed0cd43816beeca5728743c287ccb0e8e3c95a2e3
parent03247666ee7e91a65e9230de77f05c35ab39f425 (diff)
remove pointless export from qtConfHandleLibrary()
that variable is not modified in this scope, so there is no point in exporting it here. it was probably a leftover from an earlier version. amends c0cc50520. Change-Id: Ic6f93d8c38d547308aa88ef337fe49bda004b337 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
-rw-r--r--mkspecs/features/qt_configure.prf1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/features/qt_configure.prf b/mkspecs/features/qt_configure.prf
index 726e13f118..0a75c998b5 100644
--- a/mkspecs/features/qt_configure.prf
+++ b/mkspecs/features/qt_configure.prf
@@ -569,7 +569,6 @@ defineTest(qtConfExportLibrary) {
qtConfOutputVar(assign, $$output, QMAKE_$${NAME}_VERSION_MINOR, $$member(version, 1))
qtConfOutputVar(assign, $$output, QMAKE_$${NAME}_VERSION_PATCH, $$member(version, 2))
}
- export(config.output.$${output})
}
defineTest(qtConfHandleLibrary) {