summaryrefslogtreecommitdiffstats
path: root/mkspecs/irix-g++/qmake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/irix-g++/qmake.conf')
-rw-r--r--mkspecs/irix-g++/qmake.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/irix-g++/qmake.conf b/mkspecs/irix-g++/qmake.conf
index c532a35f6f..674ae6ec7e 100644
--- a/mkspecs/irix-g++/qmake.conf
+++ b/mkspecs/irix-g++/qmake.conf
@@ -63,7 +63,6 @@ QMAKE_LFLAGS_RPATH = -Wl,-rpath,
QMAKE_LIBS = -lC
QMAKE_LIBS_DYNLOAD =
QMAKE_LIBS_X11 = -lXext -lX11 -lm
-QMAKE_LIBS_X11SM = -lSM -lICE
# libGLU is using the SGI C++ library internally and this somehow clashes
# with the GNU C++ library (similar name mangling and symbol names?)
# so we add -lC so that the SGI C++ library is used first...