In [MotionBuilder]\OpenRealitySDK\samples\tools\toolqttest\ortoolqttest_tool.h are instructions
on how to setup your environment to compile Qt projects. These environment
variables are needed to point to Qt header files, Qt.lib, and Qt
tools like moc.exe.
- FB_QT_BIN_DIR
-
Directory containing moc.exe
and uic.exe. These process the XML created by QT Assistant, e.g. C:\Qt\4.5.3\bin. Same path for 32 bits
or 64 bits.
- FB_QT_INCLUDE_DIR
-
Directory containing
the Qt include file, e.g. C:\Qt\4.5.3\include.
- FB_QT_LIB_32_DIR
-
Required for building plugins
for 32-bit MotionBuilder. Points to the directory containing the
Qt .lib files, e.g. C:\Qt\4.5.3\lib.
- FB_QT_LIB_64_DIR
-
Required for building plugins
for 64-bit MotionBuilder. Points to the directory containing the
Qt .lib files, e.g. C:\Qt\4.5.1_x64\lib.