summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/UicOnly/main.cpp
blob: bdd242ec29f528dc7c156625fff4a7c7ee005c9f (plain)
1
2
3
4
5
6
7
#include "UicOnly.hpp"

int main(int argc, char* argv[])
{
  UicOnly uicOnly;
  return 0;
}