Files
CMake/Tests/QtAutogen/AutogenOriginDependsOff/main.cpp
T
2018-11-03 12:14:40 +01:00

16 lines
209 B
C++

#include <a_qt.hpp>
#include <b_qt.hpp>
#include <string>
int main()
{
if (a_qt::mocs_compilation().empty()) {
return -1;
}
if (b_qt::mocs_compilation().empty()) {
return -1;
}
return 0;
}