diff options
| author | Edward Welbourne <edward.welbourne@qt.io> | 2021-09-28 14:15:41 +0200 |
|---|---|---|
| committer | Edward Welbourne <edward.welbourne@qt.io> | 2021-12-09 20:54:25 +0100 |
| commit | 4eb2dcd4b96cbca099d8ac0db12ced5066e1e90e (patch) | |
| tree | d8dcc1ae2ab0ddbebfc62b2afd8bed74f115779f /src/sql/doc/snippets/code | |
| parent | 197753d8aea5e550338dabbabf9dd656c611bbcf (diff) | |
Replace a random define with a __has_include() check
The given reason for needing to define it was that there was no way to
test whether <valgrind/valgrind.h> is available to #include; but we
now require C++17 hence __has_include(). However, moc doesn't seem to
grok that, so move the test's #if-ery inside the test, since otherwise
it gets omitted because the test's metatype doesn't know it's there.
Change-Id: I75a100787b98a52fad4cfb0b047318a115c998e2
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/sql/doc/snippets/code')
0 files changed, 0 insertions, 0 deletions
