packages/qt4/qt4-x11-free.inc: Set QT_LIBINFIX to an empty string to fix the packaging
authorHolger Freyther <zecke@selfish.org>
Sat, 19 Jan 2008 23:58:37 +0000 (23:58 +0000)
committerHolger Freyther <zecke@selfish.org>
Sat, 19 Jan 2008 23:58:37 +0000 (23:58 +0000)
    libQtCore, libQtGui... should now be properly created again. I was under the false expression
    that ${QT_LIBINFIX} would expand to an empty string. Set QT_LIBINFIX to an empty string for
    the Qt4/X11 variant.

packages/qt4/qt4-x11-free.inc

index 1647b07..2650433 100644 (file)
@@ -19,6 +19,7 @@ QT_CONFIG_FLAGS += "-no-xinerama -no-tablet -no-xkb -no-opengl"
 QT_BASE_NAME = "qt4"
 QT_BASE_LIB  = "libqt"
 QT_DIR_NAME = "qt4"
+QT_LIBINFIX = ""
 require qt_depends.inc
 require qt_configuration.inc
 require qt_packaging.inc