Enable QT7_ONLY for bootstrapped mode too
Change-Id: Ib5ce7a497e034ebabb2cfffd1761e2ab9a335103 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
parent
f2ab85429d
commit
b5c9eec15c
@ -28,7 +28,7 @@
|
||||
void QT7_ONLY(Q_CORE_EXPORT) void operate();
|
||||
}
|
||||
*/
|
||||
#if QT_VERSION_MAJOR == 7
|
||||
#if QT_VERSION_MAJOR == 7 || defined(QT_BOOTSTRAPPED)
|
||||
# define QT7_ONLY(...) __VA_ARGS__
|
||||
# define QT6_ONLY(...)
|
||||
#elif QT_VERSION_MAJOR == 6
|
||||
|
Loading…
x
Reference in New Issue
Block a user