Include previous main for windows.
This commit is contained in:
parent
e906213441
commit
6377c6c18f
13
src/main.cpp
13
src/main.cpp
@ -1,5 +1,16 @@
|
|||||||
|
#ifdef WIN32
|
||||||
|
|
||||||
#ifndef WIN32
|
#include <QCoreApplication>
|
||||||
|
#include "tslib.h"
|
||||||
|
|
||||||
|
int main(int argc, char *argv[])
|
||||||
|
{
|
||||||
|
QCoreApplication a(argc, argv);
|
||||||
|
|
||||||
|
return a.exec();
|
||||||
|
}
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
#undef _FORTIFY_SOURCE
|
#undef _FORTIFY_SOURCE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user