forked from qt-creator/qt-creator
11 lines
239 B
C++
11 lines
239 B
C++
|
|
%{Cpp:LicenseTemplate}\
|
||
|
|
%{JS: QtSupport.qtIncludes([ 'QtCore/QCoreApplication' ],
|
||
|
|
[ 'QtCore/QCoreApplication' ]) }\
|
||
|
|
|
||
|
|
int main(int argc, char *argv[])
|
||
|
|
{
|
||
|
|
QCoreApplication a(argc, argv);
|
||
|
|
|
||
|
|
return a.exec();
|
||
|
|
}
|