Fix main() signature of headersclean stub file
Fix MinGW build errors by using the standard main signature. Change-Id: I0ebe7307a825a7ec50e654f163fbf8fe7060a478 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
022a0f0fb3
commit
7650494143
@ -48,7 +48,7 @@
|
|||||||
$${includes}
|
$${includes}
|
||||||
#include <QtCore/qglobal.h>
|
#include <QtCore/qglobal.h>
|
||||||
|
|
||||||
int main()
|
int main(int, char **)
|
||||||
{
|
{
|
||||||
qWarning(\"This is a compile test only\");
|
qWarning(\"This is a compile test only\");
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user