diff options
author | Holger Freyther <zecke@selfish.org> | 2007-12-25 22:42:51 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-12-25 22:42:51 +0000 |
commit | 99e3469a161ffa1bdac23ee7b368d40a31b2ebab (patch) | |
tree | ce5691a495cd72f1e1347859b510bff7ae073933 /packages/qt4/qt4-x11-free.inc | |
parent | 21a05ca95621f0539fff378d00491a355b9c163b (diff) |
packages/qt4/qt4-x11-free,qtopia-core: Work on properly packaging Qt4
-QT_LIBRARY_NAME lost the lib prefix to make it usable with .pc files
-Add headers to the -dev packages
-Look in the right directory for the plugins remains
-Get rid off the mkspecs before packaging
-Attempt to package translations
Diffstat (limited to 'packages/qt4/qt4-x11-free.inc')
-rw-r--r-- | packages/qt4/qt4-x11-free.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/qt4/qt4-x11-free.inc b/packages/qt4/qt4-x11-free.inc index 5eb702ce3b..c758d4aab1 100644 --- a/packages/qt4/qt4-x11-free.inc +++ b/packages/qt4/qt4-x11-free.inc @@ -18,7 +18,7 @@ S = "${WORKDIR}/qt-x11-opensource-src-${PV}" QT_CONFIG_FLAGS += "-no-xinerama -no-tablet -no-xkb -no-opengl" QT_BASE_NAME = "qt4" QT_BASE_LIB = "libqt" -QT_LIBRARY_NAME = "libQt" +QT_LIBRARY_NAME = "Qt" QT_DIR_NAME = "qt4" require qt_depends.inc require qt_configuration.inc |