0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 00:31:02 +08:00

Set to windows application on win platform for profiler gui

This commit is contained in:
Sergey Yagovtsev 2016-08-04 23:12:05 +03:00
parent 4f0fabdfd6
commit 57d8bc85e3

View File

@ -8,6 +8,10 @@
#include "main_window.h"
#include "profiler/reader.h"
#ifdef WIN32
#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup")
#endif
int main(int argc, char **argv)
{
QApplication app(argc, argv);