Commit b955715e authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

test qt_build windows

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@57267 954022d7-b5bf-4e40-9824-e11837661b57
parent 3ae9129a
......@@ -64,6 +64,14 @@ win32 {
DEFINES -= UNICODE
LIBS += -lwinmm
LIBS += -ladvapi32
LIBS += -L../../../../../../../../../v8/build/Release/lib -lv8_base.x64
LIBS += -L../../../../../../../../../v8/build/Release/lib -lv8_snapshot
LIBS += -L../../../../../../../../../v8/build/Release/lib -lv8_nosnapshot.x64
LIBS += -L../../../../../../../../../v8/build/Release/lib -licui18n
LIBS += -L../../../../../../../../../v8/build/Release/lib -licuuc
message(windows)
}
......
#include "mainwindow.h"
#include <QApplication>
#include "GL/glx.h"
int main(int argc, char *argv[])
{
/*
int err = XInitThreads();
QApplication::setAttribute( Qt::AA_X11InitThreads );
*/
QApplication a(argc, argv);
MainWindow w;
w.show();
......
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