PDA

View Full Version : compiling maya (3d application ) with qt



knishaq
14th December 2009, 07:07
0 vote down star


including the maya ( 3d application ) classes in qt program gives lot of errors..... i have added all required include paths and libs...the same problem persists ....

this is pro file for my qt project


TARGET = FileCon
TEMPLATE = app
SOURCES += main.cpp \
dialog.cpp
HEADERS += dialog.h \
ConvertFunction.h
FORMS += dialog.ui
LIBS += "C:/Program Files/Autodesk/Maya2008/lib" \
-lOpenMaya.lib \
-lFoundation.lib \
-lOpenMayalib

INCLUDEPATH += "C:/Program Files/Autodesk/Maya2008/include"

DEFINES = _BOOL \
WIN32 \
REQUIRE_IOSTREAM

///////////////////////////////////////////

How is it possible to use maya classes with qt.

wysota
14th December 2009, 07:28
What are the exact errors you are getting?