mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 07:11:05 -06:00
11 lines
125 B
C++
11 lines
125 B
C++
#include "item.hpp"
|
|
|
|
int main(int argc, char* argv[])
|
|
{
|
|
Q_INIT_RESOURCE(example);
|
|
Item item;
|
|
item.go();
|
|
|
|
return 0;
|
|
}
|