compiling maya (3d application ) with qt

Posted by knishua on Stack Overflow See other posts from Stack Overflow or by knishua
Published on 2009-12-14T05:14:05Z Indexed on 2010/06/06 21:42 UTC
Read the original article Hit count: 193

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about qt

Related posts about qt4