diff options
Diffstat (limited to 'tmake/lib/aix-xlc')
-rwxr-xr-x | tmake/lib/aix-xlc/tmake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmake/lib/aix-xlc/tmake.conf b/tmake/lib/aix-xlc/tmake.conf index e226c14..ef65b37 100755 --- a/tmake/lib/aix-xlc/tmake.conf +++ b/tmake/lib/aix-xlc/tmake.conf @@ -51,6 +51,7 @@ TMAKE_LFLAGS_SONAME = TMAKE_LIBS = TMAKE_LIBS_X11 = -lXext -lX11 -lm TMAKE_LIBS_QT = -lqt +TMAKE_LIBS_QT_MT = -lqt-mt TMAKE_LIBS_QT_OPENGL = -lqgl TMAKE_LIBS_OPENGL = -lGL -lGLU -lXmu |