forked from qt-creator/qt-creator
Remove more Qt version checks
Change-Id: I4440b7a9fb2c16b10deab8e8abfcb0eaa8bb45bb Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
@@ -62,7 +62,7 @@ FORMS += docsettingspage.ui \
|
|||||||
generalsettingspage.ui \
|
generalsettingspage.ui \
|
||||||
remotehelpfilter.ui
|
remotehelpfilter.ui
|
||||||
|
|
||||||
macx:minQtVersion(5, 2, 0) {
|
osx {
|
||||||
DEFINES += QTC_MAC_NATIVE_HELPVIEWER
|
DEFINES += QTC_MAC_NATIVE_HELPVIEWER
|
||||||
QT += macextras
|
QT += macextras
|
||||||
HEADERS += macwebkithelpviewer.h
|
HEADERS += macwebkithelpviewer.h
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ include(../qtcreator.pri)
|
|||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
CONFIG += ordered
|
CONFIG += ordered
|
||||||
|
|
||||||
minQtVersion(5, 0, 0) {
|
|
||||||
QBS_DIRS = \
|
QBS_DIRS = \
|
||||||
qbscorelib \
|
qbscorelib \
|
||||||
qbsqtprofilesetup \
|
qbsqtprofilesetup \
|
||||||
@@ -21,7 +20,6 @@ minQtVersion(5, 0, 0) {
|
|||||||
|
|
||||||
exists(shared/qbs/qbs.pro): SUBDIRS += $$QBS_DIRS
|
exists(shared/qbs/qbs.pro): SUBDIRS += $$QBS_DIRS
|
||||||
TR_EXCLUDE = $$QBS_DIRS
|
TR_EXCLUDE = $$QBS_DIRS
|
||||||
}
|
|
||||||
|
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
libs \
|
libs \
|
||||||
|
|||||||
Reference in New Issue
Block a user