Commit 0f8e6a59 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov
parent 1e1b546f
......@@ -24,4 +24,6 @@ CONFIG(debug, debug|release) {
message(release)
}
INCLUDEPATH += C:/Qt/Qt5.4.0/5.4/msvc2013_64_opengl/include
SOURCES += main.cpp
#include <QCoreApplication>
#include "../doctrenderer.h"
int main(int argc, char *argv[])
{
//QCoreApplication a(argc, argv);
#if 1
std::wstring strXml = L"<Settings>\
<SrcFileType>0</SrcFileType>\
......@@ -39,6 +35,5 @@ int main(int argc, char *argv[])
std::wstring sError;
oRenderer.Execute(strXml, sError);
//return a.exec();
return 0;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment