/* * Copyright (C) 2018-2019 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. */ #ifndef MODULES_H #define MODULES_H #include "testutils.h" #include class Modules { private: public: Modules(); static QSet qtLibs(); static QSet qmlLibs(); static QSet outTestLibs(); static QSet qtWithoutTr(); static QSet qtWebEngine(); }; #endif // MODULES_H