Remove more Qt version checks

Change-Id: I4440b7a9fb2c16b10deab8e8abfcb0eaa8bb45bb
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Eike Ziller
2014-09-10 12:32:42 +02:00
parent 76287aa2a1
commit a439d939e6
2 changed files with 16 additions and 18 deletions

View File

@@ -62,7 +62,7 @@ FORMS += docsettingspage.ui \
generalsettingspage.ui \
remotehelpfilter.ui
macx:minQtVersion(5, 2, 0) {
osx {
DEFINES += QTC_MAC_NATIVE_HELPVIEWER
QT += macextras
HEADERS += macwebkithelpviewer.h

View File

@@ -3,7 +3,6 @@ include(../qtcreator.pri)
TEMPLATE = subdirs
CONFIG += ordered
minQtVersion(5, 0, 0) {
QBS_DIRS = \
qbscorelib \
qbsqtprofilesetup \
@@ -21,7 +20,6 @@ minQtVersion(5, 0, 0) {
exists(shared/qbs/qbs.pro): SUBDIRS += $$QBS_DIRS
TR_EXCLUDE = $$QBS_DIRS
}
SUBDIRS += \
libs \