summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/uicInclude/main.cpp
blob: 4ca66a706245c6a9bb59c65055a59692cb46c3ad (plain)
1
2
3
4
5
6
7
8
9
10

#include "main.hpp"

int main(int argv, char** args)
{
  return 0;
}

#include "sub/ui_PageB.h"
#include "ui_PageC.h"