forked from qt-creator/qt-creator
Task-number: QTCREATORBUG-17308 Change-Id: I5d320a52f2cc5c0adbaf513985e4be0d75219a7d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
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();
|
|
}
|