mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05: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"
|