index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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
;
}