On Mon, Sep 17, 2012 at 2:01 PM, Laszlo Papp <[email protected]> wrote: > Hi, > > Can reproduce Bruno's issue in our environment. Full build log: > > https://build.pub.meego.com/package/live_build_log?arch=armv7el&package=qt5-webkit&project=home%3Arzr%3Aharmattan&repository=MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard >
This looks like the correct "/opt/qt5/bin/qmake" which is the one from the qt5-base package I have done. It possibly runs qmake-qt4, not qmake. Debian has been renaming all qt executables for a long time now to include the version. I will change the packaging a little bit to make it work. Laszlo cd Source/WTF/ && ( test -f Makefile.WTF || /opt/qt5/bin/qmake /usr/src/packages/BUILD/Source/WTF/WTF.pro -nocache QMAKE_CFLAGS_RELEASE=-g\ -O2 QMAKE_CFLAGS_DEBUG=-g\ -O2 QMAKE_CXXFLAGS_RELEASE=-g\ -O2 QMAKE_CXXFLAGS_DEBUG=-g\ -O2 QMAKE_STRIP=: PREFIX=/usr -o Makefile.WTF ) && /usr/bin/make -f Makefile.WTF Project ERROR: CROSS_COMPILE needs to be set via -device-option CROSS_COMPILE=<path> /usr/src/packages/BUILD/Source/WTF/WTF.pri:25: 'use?' is not a recognized test function.
_______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-qt
