Korrekturen für neue qt version

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5623 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-05-22 12:59:33 +00:00
parent 9c90c00693
commit c41dbda6c7

View File

@ -94,12 +94,14 @@ mk32() {
-headerdir /opt/qt-4/include \ -headerdir /opt/qt-4/include \
-datadir /opt/qt-4/share \ -datadir /opt/qt-4/share \
-translationdir /opt/qt-4/share/translations \ -translationdir /opt/qt-4/share/translations \
-docdir /opt/qt-4/share/doc/qt \ -docdir /usr/share/doc/qt \
-demosdir /opt/qt-4/share/demos \ -demosdir /opt/qt-4/share/demos \
-examplesdir /opt/qt-4/share/examples \ -examplesdir /opt/qt-4/share/examples \
-sysconfdir /etc/qt-4 \ -sysconfdir /etc/qt-4 \
-L/usr/lib \ -L/usr/lib \
-L/usr/X11R7/lib \ -L/usr/X11R7/lib \
-I/opt/PostgreSQL/include \
-L/opt/PostgreSQL/lib \
-qt-gif \ -qt-gif \
-system-zlib \ -system-zlib \
-system-libtiff \ -system-libtiff \
@ -113,7 +115,7 @@ mk32() {
-reduce-relocations \ -reduce-relocations \
-plugin-sql-odbc \ -plugin-sql-odbc \
-plugin-sql-mysql \ -plugin-sql-mysql \
-plugin-sql-pgsql \ -plugin-sql-psql \
-plugin-sql-sqlite \ -plugin-sql-sqlite \
-system-sqlite \ -system-sqlite \
-qt3support \ -qt3support \
@ -159,8 +161,11 @@ mk() {
-demosdir /opt/qt-4/share/demos \ -demosdir /opt/qt-4/share/demos \
-examplesdir /opt/qt-4/share/examples \ -examplesdir /opt/qt-4/share/examples \
-sysconfdir /etc/qt-4 \ -sysconfdir /etc/qt-4 \
-L/usr/lib64 \ -v \
-L/usr/X11R7/lib64 \ -L/usr/$LIBDIR \
-L/usr/X11R7/$LIBDIR \
-I/opt/PostgreSQL/include \
-L/opt/PostgreSQL/$LIBDIR \
-qt-gif \ -qt-gif \
-system-zlib \ -system-zlib \
-system-libtiff \ -system-libtiff \
@ -174,7 +179,7 @@ mk() {
-reduce-relocations \ -reduce-relocations \
-plugin-sql-odbc \ -plugin-sql-odbc \
-plugin-sql-mysql \ -plugin-sql-mysql \
-plugin-sql-pgsql \ -plugin-sql-psql \
-plugin-sql-sqlite \ -plugin-sql-sqlite \
-system-sqlite \ -system-sqlite \
-qt3support \ -qt3support \