Erstellung der includewrapper dateien jetzt abhängig von MK64BIT

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5066 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-01-12 11:45:11 +00:00
parent c38b06e768
commit 5422b5ddf4

View File

@ -208,7 +208,8 @@ postmk() {
GetSVN Viitor_qt-4 $TMPROOT
cd ../qt-*
rm -r ../build-qt
cat >$TPROOT/opt/qt-4/include/Qt/qconfig.h << "EOF"
if [ "$MK64BIT" == "true" ]; then
cat >$TPROOT/opt/qt-4/include/Qt/qconfig.h << "EOF"
/* qconfig.h - Stub Header */
#ifndef __STUB__QCONFIG_H__
#define __STUB__QCONFIG_H__
@ -242,4 +243,5 @@ EOF
#endif /* __STUB_QCONFIG_H__ */
EOF
fi
}