mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
10 lines
146 B
C++
10 lines
146 B
C++
#include <QCoreApplication>
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
QCoreApplication app(argc, argv);
|
|
return app.exec();
|
|
}
|
|
|
|
#include "moc_qt5.cpp"
|