Reverted workaround for Qt 5.8.0 RC bug that was fixed in release.

This commit is contained in:
Mathew Sutcliffe
2017-01-24 00:08:40 +00:00
parent 9ccec07c36
commit 281d493434

View File

@@ -42,17 +42,6 @@ macx:staticlib:isEmpty(SOURCES) {
QMAKE_MAC_SDK.$$basename(QMAKESPEC).$${QMAKE_MAC_SDK}.QMAKE_RANLIB = $$QMAKE_RANLIB
}
################################
# Work around QTBUG-57695
################################
equals(QT_VERSION, 5.8.0):!isEmpty(OUT_PWD) {
equals(TEMPLATE, vcapp)|equals(TEMPLATE, vclib) {
write_file($$OUT_PWD/debug/moc_predefs.h.cbt))
write_file($$OUT_PWD/release/moc_predefs.h.cbt))
}
}
################################
# Black libs
################################