From kde-commits Tue Dec 17 21:40:29 2002 From: Kevin Puetz Date: Tue, 17 Dec 2002 21:40:29 +0000 To: kde-commits Subject: qt-copy/mkspecs/linux-g++-distcc X-MARC-Message: https://marc.info/?l=kde-commits&m=104016132517917 CVS commit by puetzk: Resync the linux-g++-distcc target with the latest changes to linux-g++ M +6 -2 qmake.conf 1.3 M +0 -1 qplatformdefs.h 1.3 --- qt-copy/mkspecs/linux-g++-distcc/qplatformdefs.h #1.2:1.3 @@ -40,5 +40,4 @@ #include #include -#define QT_RTLD_FLAGS RTLD_LAZY #include --- qt-copy/mkspecs/linux-g++-distcc/qmake.conf #1.2:1.3 @@ -59,5 +59,5 @@ QMAKE_LIBS_DYNLOAD = -ldl QMAKE_LIBS_X11 = -lXext -lX11 -lm -QMAKE_LIBS_X11SM = -lICE -lSM +QMAKE_LIBS_X11SM = -lSM -lICE QMAKE_LIBS_NIS = -lnsl QMAKE_LIBS_QT = -lqt @@ -80,2 +80,6 @@ QMAKE_DEL_FILE = rm -f QMAKE_DEL_DIR = rmdir +QMAKE_STRIP = strip +QMAKE_CHK_DIR_EXISTS = test -d +QMAKE_MKDIR = mkdir -p +