aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-12 16:17:36 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-25 16:48:49 +0000
commitb52ffe29bc39cf658aa420d512d719f03c6d5099 (patch)
tree321eb5c7b57979bfd2b770dfc30606cea60668bc /src
parent268f722c564eac77233074670fba742b51961415 (diff)
remove redundant load(qt_build_config)
it's loaded by .qmake.conf already. Change-Id: I81f64102febbde07c2e9456be6b5f4788088e598 Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/macextras/macextras.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/macextras/macextras.pro b/src/macextras/macextras.pro
index acce83c..33dad81 100644
--- a/src/macextras/macextras.pro
+++ b/src/macextras/macextras.pro
@@ -1,6 +1,5 @@
include($$PWD/macextras-lib.pri)
-load(qt_build_config)
QT_PRIVATE += gui-private core-private
TARGET = QtMacExtras
load(qt_module)