mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-12-02 16:43:00 +08:00
9 lines
177 B
C++
9 lines
177 B
C++
#include <QString>
|
|
#include <cstddef>
|
|
|
|
QString expectedPlugins[] = {
|
|
@EXPECTED_PLUGINS@
|
|
};
|
|
|
|
std::size_t numExpectedPlugins = sizeof(expectedPlugins) / sizeof(*expectedPlugins);
|